Lines Matching defs:slots
31 // - The second is the region for spill slots, which is immediately below the
43 // The frame region immediately below the fixed header contains spill slots
45 // starts at 4+spill_slot_count_. Callee stack slots correspond to
59 // ... | ... | frame slots
73 // |- - - - - - - - -| | frame slots
74 // ... | ... | Spill slots (slot >= 0)
141 // Never allocate spill slots after the callee-saved slots are defined.
147 int slots = AlignedSlotAllocator::NumSlotsForWidth(actual_width);
152 slot = slot_allocator_.Allocate(slots);
161 slot = slot_allocator_.AllocateUnaligned(slots);
166 return slot + slots - 1;
187 // Account for return slots separately. Conceptually, they follow all
188 // allocated spill slots.
244 // Regardless of how we access slots on the stack - using sp or fp - do we
264 // architecture-specific. Negative spill slots indicate arguments on the