Home
last modified time | relevance | path

Searched refs:LookupRange (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dhandler-table.h86 int LookupRange(int pc_offset, int* data, CatchPrediction* prediction);
Dhandler-table.cc172 int HandlerTable::LookupRange(int pc_offset, int* data_out, in LookupRange() function in v8::internal::HandlerTable
/third_party/node/deps/v8/src/runtime/
Druntime-generator.cc148 handler_table.LookupRange(pc, nullptr, &catch_prediction); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc339 table.LookupRange(iterator.current_offset(), &handler_context, nullptr); in UpdateOutLiveness()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc648 return table.LookupRange(bytecode_offset, data_out, nullptr); in LookupCatchHandler()
/third_party/node/deps/v8/src/execution/
Dframes.cc1952 return table.LookupRange(GetBytecodeOffset(), context_register, prediction); in LookupExceptionHandlerInTable()
Disolate.cc2185 int index = table.LookupRange(code_offset, nullptr, &prediction); in ThrowInternal()
/third_party/node/deps/v8/src/debug/
Ddebug.cc1147 int index = table.LookupRange(code_offset, nullptr, &prediction); in PrepareStepOnThrow()