Searched refs:LookupExceptionHandlerInTable (Results 1 – 4 of 4) sorted by relevance
621 virtual int LookupExceptionHandlerInTable(696 int LookupExceptionHandlerInTable(
1103 offset = js_frame->LookupExceptionHandlerInTable(&stack_slots, NULL); in UnwindAndFindHandler()1123 offset = js_frame->LookupExceptionHandlerInTable(&stack_slots, NULL); in UnwindAndFindHandler()1180 if (js_frame->LookupExceptionHandlerInTable(&stack_slots, &prediction) > in PredictExceptionCatcher()1590 if (frame->LookupExceptionHandlerInTable(&stack_slots, NULL) > 0) { in GetPromiseOnStackOnThrow()
810 int JavaScriptFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::JavaScriptFrame1031 int OptimizedFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::OptimizedFrame
783 if (frame->LookupExceptionHandlerInTable(&stack_slots, NULL) > 0) break; in PrepareStepOnThrow()