Home | History | Annotate | Download | only in src

Lines Matching defs:stack_slots

1316         int stack_slots = 0;  // Will contain stack slot count of frame.
1318 int offset = wasm_frame->LookupExceptionHandlerInTable(&stack_slots);
1324 stack_slots * kPointerSize;
1341 int stack_slots
1343 js_frame->LookupExceptionHandlerInTable(&stack_slots, nullptr);
1349 stack_slots * kPointerSize;
1379 int stack_slots = 0; // Will contain stack slot count of frame.
1380 int offset = stub_frame->LookupExceptionHandlerInTable(&stack_slots);
1387 stack_slots * kPointerSize;