Home | History | Annotate | Download | only in src

Lines Matching refs:stack_slots

355                                    unsigned* stack_slots) {
369 *stack_slots = code->stack_slots();
646 unsigned stack_slots = 0;
649 isolate(), pc(), &safepoint_entry, &stack_slots);
650 unsigned slot_space = stack_slots * kPointerSize;
694 for (unsigned index = 0; index < stack_slots; index++) {
811 int* stack_slots, HandlerTable::CatchPrediction* prediction) {
816 return table->LookupRange(pc_offset, stack_slots, prediction);
1032 int* stack_slots, HandlerTable::CatchPrediction* prediction) {
1037 *stack_slots = code->stack_slots();