Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.h112 const LoopInfo& GetLoopInfoFor(int header_offset) const;
Dbytecode-analysis.cc617 const LoopInfo& BytecodeAnalysis::GetLoopInfoFor(int header_offset) const { in GetLoopInfoFor() function in v8::internal::compiler::BytecodeAnalysis
796 LoopInfo loop_info = GetLoopInfoFor(target.target_offset()); in ResumeJumpTargetLeavesResolveSuspendIds()
Dbytecode-graph-builder.cc1304 .GetLoopInfoFor(outermost_loop_offset) in ProcessOsrPrelude()
1335 .GetLoopInfoFor(osr_entry) in ProcessOsrPrelude()
1419 bytecode_analysis().GetLoopInfoFor(osr_entry).parent_offset(); in AdvanceToOsrEntryAndPeelLoops()
1422 bytecode_analysis().GetLoopInfoFor(current_parent_offset); in AdvanceToOsrEntryAndPeelLoops()
3932 bytecode_analysis().GetLoopInfoFor(current_offset); in BuildLoopHeaderEnvironment()
4006 bytecode_analysis().GetLoopInfoFor(current_loop); in BuildLoopExitsUntilLoop()
Dserializer-for-background-compilation.cc1314 bytecode_analysis.GetLoopInfoFor(current_offset); in TraverseBytecode()