Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.h78 const ZoneVector<ResumeJumpTarget>& resume_jump_targets() const { in resume_jump_targets() function
115 const ZoneVector<ResumeJumpTarget>& resume_jump_targets() const { in resume_jump_targets() function
149 const ZoneVector<ResumeJumpTarget>& resume_jump_targets,
Dbytecode-analysis.cc412 for (const auto& target : current_loop_info->resume_jump_targets()) { in Analyze()
419 for (const auto& target : current_loop_info->resume_jump_targets()) { in Analyze()
680 if (!resume_jump_targets().empty()) { in ResumeJumpTargetsAreValid()
683 resume_jump_targets().size()); in ResumeJumpTargetsAreValid()
688 if (!loop_info.second.resume_jump_targets().empty()) { in ResumeJumpTargetsAreValid()
692 loop_info.second.resume_jump_targets().size(), loop_info.first); in ResumeJumpTargetsAreValid()
716 if (!ResumeJumpTargetLeavesResolveSuspendIds(-1, resume_jump_targets(), in ResumeJumpTargetsAreValid()
723 loop_info.first, loop_info.second.resume_jump_targets(), in ResumeJumpTargetsAreValid()
745 int parent_offset, const ZoneVector<ResumeJumpTarget>& resume_jump_targets, in ResumeJumpTargetLeavesResolveSuspendIds() argument
748 for (const ResumeJumpTarget& target : resume_jump_targets) { in ResumeJumpTargetLeavesResolveSuspendIds()
Dbytecode-graph-builder.cc323 const ZoneVector<ResumeJumpTarget>& resume_jump_targets,
1486 if (!bytecode_analysis().resume_jump_targets().empty()) { in VisitBytecodes()
3801 const ZoneVector<ResumeJumpTarget>& resume_jump_targets, in BuildSwitchOnGeneratorState() argument
3807 static_cast<int>(resume_jump_targets.size() + extra_cases)); in BuildSwitchOnGeneratorState()
3808 for (const ResumeJumpTarget& target : resume_jump_targets) { in BuildSwitchOnGeneratorState()
3864 BuildSwitchOnGeneratorState(bytecode_analysis().resume_jump_targets(), in VisitSwitchOnGeneratorState()
3936 const auto& resume_jump_targets = loop_info.resume_jump_targets(); in BuildLoopHeaderEnvironment() local
3937 bool generate_suspend_switch = !resume_jump_targets.empty(); in BuildLoopHeaderEnvironment()
3949 BuildSwitchOnGeneratorState(loop_info.resume_jump_targets(), true); in BuildLoopHeaderEnvironment()
Dserializer-for-background-compilation.cc1315 for (const auto& target : loop_info.resume_jump_targets()) { in TraverseBytecode()
2780 for (const auto& target : GetBytecodeAnalysis().resume_jump_targets()) { in VisitSwitchOnGeneratorState()