Lines Matching refs:heap_slots
168 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;169 if (heap_slots > 0) {173 if (heap_slots <= FastNewContextStub::kMaximumSlots) {174 FastNewContextStub stub(heap_slots);