Searched refs:GetLoopOffsetFor (Results 1 – 3 of 3) sorted by relevance
110 int GetLoopOffsetFor(int offset) const;
737 int BytecodeAnalysis::GetLoopOffsetFor(int offset) const { in GetLoopOffsetFor() function in v8::internal::compiler::BytecodeAnalysis1025 int loop_header = GetLoopOffsetFor(current_offset); in LivenessIsValid()1037 GetLoopOffsetFor(jump_target) == loop_header) { in LivenessIsValid()
3913 bytecode_analysis().GetLoopOffsetFor(target_offset), in BuildLoopExitsForBranch()3921 int current_loop = bytecode_analysis().GetLoopOffsetFor(origin_offset); in BuildLoopExitsUntilLoop()