Searched refs:LookupExceptionHandlerInTable (Results 1 – 4 of 4) sorted by relevance
565 virtual int LookupExceptionHandlerInTable(799 int LookupExceptionHandlerInTable();823 int LookupExceptionHandlerInTable(850 int LookupExceptionHandlerInTable(966 int LookupExceptionHandlerInTable();
1278 int StubFrame::LookupExceptionHandlerInTable() { in LookupExceptionHandlerInTable() function in v8::internal::StubFrame1382 int CommonFrameWithJSLinkage::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::CommonFrameWithJSLinkage1837 int OptimizedFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::OptimizedFrame1949 int UnoptimizedFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::UnoptimizedFrame2151 int WasmFrame::LookupExceptionHandlerInTable() { in LookupExceptionHandlerInTable() function in v8::internal::WasmFrame
1980 int offset = wasm_frame->LookupExceptionHandlerInTable(); in ThrowInternal()2011 int offset = js_frame->LookupExceptionHandlerInTable(nullptr, nullptr); in ThrowInternal()2049 int offset = stub_frame->LookupExceptionHandlerInTable(); in ThrowInternal()2072 js_frame->LookupExceptionHandlerInTable(&context_reg, nullptr); in ThrowInternal()2124 CHECK_EQ(-1, BuiltinFrame::cast(frame)->LookupExceptionHandlerInTable( in ThrowInternal()2166 if (frame->LookupExceptionHandlerInTable(nullptr, nullptr) > 0) { in ThrowInternal()2191 } else if (frame->LookupExceptionHandlerInTable(nullptr, &prediction) > 0) { in ThrowInternal()
1114 if (frame->LookupExceptionHandlerInTable(nullptr, nullptr) > 0) break; in PrepareStepOnThrow()