Home
last modified time | relevance | path

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

/external/v8/src/
Dhandler-table.h76 int LookupRange(int pc_offset, int* data, CatchPrediction* prediction);
Dhandler-table.cc151 int HandlerTable::LookupRange(int pc_offset, int* data_out, in LookupRange() function in v8::internal::HandlerTable
Dframes.cc1658 return table.LookupRange(GetBytecodeOffset(), context_register, prediction); in LookupExceptionHandlerInTable()
Ddeoptimizer.cc668 return table.LookupRange(bytecode_offset, data_out, nullptr); in LookupCatchHandler()
Disolate.cc1500 int index = table.LookupRange(code_offset, nullptr, &prediction); in Throw()
/external/v8/src/runtime/
Druntime-generator.cc108 handler_table.LookupRange(pc, nullptr, &catch_prediction); in RUNTIME_FUNCTION()
/external/clang/lib/Sema/
DSemaLookup.cpp2306 SourceRange LookupRange = Result.getContextRange(); in DiagnoseAmbiguousLookup() local
2314 << LookupRange; in DiagnoseAmbiguousLookup()
2327 << Name << LookupRange; in DiagnoseAmbiguousLookup()
2342 Diag(NameLoc, diag::err_ambiguous_tag_hiding) << Name << LookupRange; in DiagnoseAmbiguousLookup()
2367 Diag(NameLoc, diag::err_ambiguous_reference) << Name << LookupRange; in DiagnoseAmbiguousLookup()
/external/v8/src/compiler/
Dbytecode-analysis.cc241 table.LookupRange(current_offset, &handler_context, nullptr); in UpdateOutLiveness()
/external/v8/src/debug/
Ddebug.cc929 int index = table.LookupRange(code_offset, nullptr, &prediction); in PrepareStepOnThrow()