Home | History | Annotate | Download | only in arm64

Lines Matching refs:slots

142     // Generators allocate locals, if any, in context slots.
183 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
195 if (slots <= FastNewContextStub::kMaximumSlots) {
196 FastNewContextStub stub(isolate(), slots);
1110 // Set up the four remaining stack slots.
4581 // Enter a new JavaScript frame, and initialize its slots as they were when