Home | History | Annotate | Download | only in x64

Lines Matching refs:heap_slots

143   int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
144 if (heap_slots > 0) {
148 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
149 FastNewContextStub stub(heap_slots);