Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.h112 int GetLoopOffsetFor(int offset) const;
Dbytecode-analysis.cc565 int BytecodeAnalysis::GetLoopOffsetFor(int offset) const { in GetLoopOffsetFor() function in v8::internal::compiler::BytecodeAnalysis
853 int loop_header = GetLoopOffsetFor(current_offset); in LivenessIsValid()
865 GetLoopOffsetFor(jump_target) == loop_header) { in LivenessIsValid()
Dbytecode-graph-builder.cc3072 bytecode_analysis()->GetLoopOffsetFor(target_offset), in BuildLoopExitsForBranch()
3080 int current_loop = bytecode_analysis()->GetLoopOffsetFor(origin_offset); in BuildLoopExitsUntilLoop()