Searched refs:GetLoopOffsetFor (Results 1 – 3 of 3) sorted by relevance
112 int GetLoopOffsetFor(int offset) const;
565 int BytecodeAnalysis::GetLoopOffsetFor(int offset) const { in GetLoopOffsetFor() function in v8::internal::compiler::BytecodeAnalysis853 int loop_header = GetLoopOffsetFor(current_offset); in LivenessIsValid()865 GetLoopOffsetFor(jump_target) == loop_header) { in LivenessIsValid()
3072 bytecode_analysis()->GetLoopOffsetFor(target_offset), in BuildLoopExitsForBranch()3080 int current_loop = bytecode_analysis()->GetLoopOffsetFor(origin_offset); in BuildLoopExitsUntilLoop()