Home
last modified time | relevance | path

Searched refs:LookupExceptionHandlerInTable (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dframes.h565 virtual int LookupExceptionHandlerInTable(
799 int LookupExceptionHandlerInTable();
823 int LookupExceptionHandlerInTable(
850 int LookupExceptionHandlerInTable(
966 int LookupExceptionHandlerInTable();
H A Dframes.cc1278 int StubFrame::LookupExceptionHandlerInTable() { in LookupExceptionHandlerInTable() function in v8::internal::StubFrame
1382 int CommonFrameWithJSLinkage::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::CommonFrameWithJSLinkage
1837 int OptimizedFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::OptimizedFrame
1949 int UnoptimizedFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::UnoptimizedFrame
2151 int WasmFrame::LookupExceptionHandlerInTable() { in LookupExceptionHandlerInTable() function in v8::internal::WasmFrame
H A Disolate.cc1980 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()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc1114 if (frame->LookupExceptionHandlerInTable(nullptr, nullptr) > 0) break; in PrepareStepOnThrow()

Completed in 19 milliseconds