Searched refs:LookupRange (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
D | handler-table.h | 86 int LookupRange(int pc_offset, int* data, CatchPrediction* prediction);
|
D | handler-table.cc | 172 int HandlerTable::LookupRange(int pc_offset, int* data_out, in LookupRange() function in v8::internal::HandlerTable
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-generator.cc | 148 handler_table.LookupRange(pc, nullptr, &catch_prediction); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/compiler/ |
D | bytecode-analysis.cc | 339 table.LookupRange(iterator.current_offset(), &handler_context, nullptr); in UpdateOutLiveness()
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | deoptimizer.cc | 648 return table.LookupRange(bytecode_offset, data_out, nullptr); in LookupCatchHandler()
|
/third_party/node/deps/v8/src/execution/ |
D | frames.cc | 1952 return table.LookupRange(GetBytecodeOffset(), context_register, prediction); in LookupExceptionHandlerInTable()
|
D | isolate.cc | 2185 int index = table.LookupRange(code_offset, nullptr, &prediction); in ThrowInternal()
|
/third_party/node/deps/v8/src/debug/ |
D | debug.cc | 1147 int index = table.LookupRange(code_offset, nullptr, &prediction); in PrepareStepOnThrow()
|