Lines Matching refs:slots
160 // Reserve space for the stack slots needed by the code.
161 int slots = GetStackSlotCount();
162 if (slots > 0) {
164 __ subp(rsp, Immediate(slots * kPointerSize));
166 MakeSureStackPagesMapped(slots * kPointerSize);
169 __ Set(rax, slots);
179 __ subp(rsp, Immediate(slots * kPointerSize));
181 MakeSureStackPagesMapped(slots * kPointerSize);
254 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
255 ASSERT(slots >= 0);
256 __ subp(rsp, Immediate(slots * kPointerSize));
287 // Sign extend the 32bit result in the stack slots.
698 // [incoming arguments] [spill slots] [pushed outgoing arguments]