Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.h114 const LoopInfo& GetLoopInfoFor(int header_offset) const;
Dbytecode-analysis.cc598 const LoopInfo& BytecodeAnalysis::GetLoopInfoFor(int header_offset) const { in GetLoopInfoFor() function in v8::internal::compiler::BytecodeAnalysis
778 LoopInfo loop_info = GetLoopInfoFor(target.target_offset()); in ResumeJumpTargetLeavesResolveSuspendIds()
Dbytecode-graph-builder.cc683 bytecode_analysis.GetLoopInfoFor(outermost_loop_offset) in ProcessOsrPrelude()
729 bytecode_analysis.GetLoopInfoFor(osr_offset).parent_offset()); in ProcessOsrPrelude()
802 analysis.GetLoopInfoFor(osr_offset).parent_offset(); in AdvanceToOsrEntryAndPeelLoops()
805 analysis.GetLoopInfoFor(current_parent_offset); in AdvanceToOsrEntryAndPeelLoops()
3013 bytecode_analysis()->GetLoopInfoFor(current_offset); in BuildLoopHeaderEnvironment()
3088 bytecode_analysis()->GetLoopInfoFor(current_loop); in BuildLoopExitsUntilLoop()