Home | History | Annotate | Download | only in src

Lines Matching refs:stack_slots

1102       int stack_slots = 0;  // Will contain stack slot count of frame.
1103 offset = js_frame->LookupExceptionHandlerInTable(&stack_slots, NULL);
1109 stack_slots * kPointerSize;
1122 int stack_slots = 0; // Will contain operand stack depth of handler.
1123 offset = js_frame->LookupExceptionHandlerInTable(&stack_slots, NULL);
1130 stack_slots * kPointerSize;
1178 int stack_slots = 0; // The computed stack slot count is not used.
1180 if (js_frame->LookupExceptionHandlerInTable(&stack_slots, &prediction) >
1589 int stack_slots = 0; // The computed stack slot count is not used.
1590 if (frame->LookupExceptionHandlerInTable(&stack_slots, NULL) > 0) {