Lines Matching defs:slot
9 #include "src/codegen/aligned-slot-allocator.h"
19 // Collects the spill slot and other frame slot requirements for a compiled
44 // starting at slot 4 for JSFunctions. The callee-saved frame region below that
46 // parameters that are accessible through negative slot ids.
48 // Every slot of a caller or callee frame is accessible by the register
50 // corresponding slot id.
52 // Below an example JSFunction Frame with slot ids, frame regions and contents:
54 // slot JS frame
60 // -2 | parameter 1 | (slot < 0)
74 // ... | ... | Spill slots (slot >= 0)
149 int slot;
152 slot = slot_allocator_.Allocate(slots);
161 slot = slot_allocator_.AllocateUnaligned(slots);
166 return slot + slots - 1;
262 // Get the frame offset for a given spill slot. The location depends on the