Searched refs:LookupExceptionHandlerInTable (Results 1 – 4 of 4) sorted by relevance
903 virtual int LookupExceptionHandlerInTable(981 int LookupExceptionHandlerInTable(1008 int LookupExceptionHandlerInTable(1110 int LookupExceptionHandlerInTable(int* data);
986 int JavaScriptFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::JavaScriptFrame1247 int OptimizedFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::OptimizedFrame1370 int InterpretedFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable() function in v8::internal::InterpretedFrame1533 int WasmFrame::LookupExceptionHandlerInTable(int* stack_slots) { in LookupExceptionHandlerInTable() function in v8::internal::WasmFrame
1220 offset = wasm_frame->LookupExceptionHandlerInTable(&stack_slots); in Throw()1242 offset = js_frame->LookupExceptionHandlerInTable(&stack_slots, nullptr); in Throw()1274 offset = js_frame->LookupExceptionHandlerInTable(&context_reg, nullptr); in Throw()1305 offset = js_frame->LookupExceptionHandlerInTable(&stack_depth, nullptr); in Throw()1346 if (frame->LookupExceptionHandlerInTable(nullptr, nullptr) > 0) { in Throw()1368 } else if (frame->LookupExceptionHandlerInTable(nullptr, &prediction) > 0) { in Throw()
934 if (frame->LookupExceptionHandlerInTable(nullptr, nullptr) > 0) break; in PrepareStepOnThrow()