Home | History | Annotate | Download | only in arm

Lines Matching refs:heap_slots

156   int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
157 if (heap_slots > 0) {
161 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
162 FastNewContextStub stub(heap_slots);