Home
last modified time | relevance | path

Searched refs:GetLoopOffsetFor (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dbytecode-analysis.h79 int GetLoopOffsetFor(int offset) const;
Dbytecode-analysis.cc411 int BytecodeAnalysis::GetLoopOffsetFor(int offset) const { in GetLoopOffsetFor() function in v8::internal::compiler::BytecodeAnalysis
Dbytecode-graph-builder.cc2108 bytecode_analysis()->GetLoopOffsetFor(osr_ast_id_.ToInt()); in BuildOSRNormalEntryPoint()
2118 bytecode_analysis()->GetLoopOffsetFor(target_offset)); in BuildLoopExitsForBranch()
2124 int current_loop = bytecode_analysis()->GetLoopOffsetFor(origin_offset); in BuildLoopExitsUntilLoop()