Lines Matching refs:heap_slots
176 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;177 if (heap_slots > 0) {181 if (heap_slots <= FastNewContextStub::kMaximumSlots) {182 FastNewContextStub stub(heap_slots);