Home | History | Annotate | Download | only in src

Lines Matching refs:stack_slots

360                                    unsigned* stack_slots) {
374 *stack_slots = code->stack_slots();
622 unsigned stack_slots = 0;
625 isolate(), pc(), &safepoint_entry, &stack_slots);
626 unsigned slot_space = stack_slots * kPointerSize;
668 for (unsigned index = 0; index < stack_slots; index++) {