Lines Matching refs:heap_slots
161 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;162 if (heap_slots > 0) {166 if (heap_slots <= FastNewContextStub::kMaximumSlots) {167 FastNewContextStub stub(heap_slots);