Searched refs:LookupExceptionHandlerInTable (Results 1 – 4 of 4) sorted by relevance
758 virtual int LookupExceptionHandlerInTable(813 int LookupExceptionHandlerInTable(int* data);841 int LookupExceptionHandlerInTable(870 int LookupExceptionHandlerInTable(973 int LookupExceptionHandlerInTable(int* data);
984 int StubFrame::LookupExceptionHandlerInTable(int* stack_slots) { in LookupExceptionHandlerInTable() function in v8::internal::StubFrame1097 int JavaScriptFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::JavaScriptFrame1527 int OptimizedFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::OptimizedFrame1655 int InterpretedFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::InterpretedFrame1848 int WasmCompiledFrame::LookupExceptionHandlerInTable(int* stack_slots) { in LookupExceptionHandlerInTable() function in v8::internal::WasmCompiledFrame
1318 int offset = wasm_frame->LookupExceptionHandlerInTable(&stack_slots); in Throw()1343 js_frame->LookupExceptionHandlerInTable(&stack_slots, nullptr); in Throw()1380 int offset = stub_frame->LookupExceptionHandlerInTable(&stack_slots); in Throw()1401 js_frame->LookupExceptionHandlerInTable(&context_reg, nullptr); in Throw()1430 JavaScriptFrame::cast(frame)->LookupExceptionHandlerInTable( in Throw()1481 if (frame->LookupExceptionHandlerInTable(nullptr, nullptr) > 0) { in Throw()1506 } else if (frame->LookupExceptionHandlerInTable(nullptr, &prediction) > 0) { in Throw()
896 if (frame->LookupExceptionHandlerInTable(nullptr, nullptr) > 0) break; in PrepareStepOnThrow()