Home | History | Annotate | Download | only in src

Lines Matching defs:stack_slots

385                                    unsigned* stack_slots) {
399 *stack_slots = code->stack_slots();
792 unsigned stack_slots = 0;
795 isolate(), pc(), &safepoint_entry, &stack_slots);
796 unsigned slot_space = stack_slots * kPointerSize;
883 for (unsigned index = 0; index < stack_slots; index++) {
1459 int* stack_slots, HandlerTable::CatchPrediction* prediction) {
1467 if (stack_slots) *stack_slots = code->stack_slots();
1774 int WasmCompiledFrame::LookupExceptionHandlerInTable(int* stack_slots) {
1775 DCHECK_NOT_NULL(stack_slots);
1779 *stack_slots = code->stack_slots();