Home
last modified time | relevance | path

Searched refs:resume_jump_targets (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.h78 const ZoneVector<ResumeJumpTarget>& resume_jump_targets() const { in resume_jump_targets() function
120 const ZoneVector<ResumeJumpTarget>& resume_jump_targets() const { in resume_jump_targets() function in v8::internal::compiler::BytecodeAnalysis
158 const ZoneVector<ResumeJumpTarget>& resume_jump_targets,
H A Dbytecode-analysis.cc566 for (const auto& target : current_loop_info->resume_jump_targets()) { in Analyze()
573 for (const auto& target : current_loop_info->resume_jump_targets()) { in Analyze()
830 if (!resume_jump_targets().empty()) { in ResumeJumpTargetsAreValid()
833 resume_jump_targets().size()); in ResumeJumpTargetsAreValid()
838 if (!loop_info.second.resume_jump_targets().empty()) { in ResumeJumpTargetsAreValid()
842 loop_info.second.resume_jump_targets().size(), loop_info.first); in ResumeJumpTargetsAreValid()
866 if (!ResumeJumpTargetLeavesResolveSuspendIds(-1, resume_jump_targets(), in ResumeJumpTargetsAreValid()
873 loop_info.first, loop_info.second.resume_jump_targets(), in ResumeJumpTargetsAreValid()
895 int parent_offset, const ZoneVector<ResumeJumpTarget>& resume_jump_targets, in ResumeJumpTargetLeavesResolveSuspendIds()
898 for (const ResumeJumpTarget& target : resume_jump_targets) { in ResumeJumpTargetLeavesResolveSuspendIds()
894 ResumeJumpTargetLeavesResolveSuspendIds( int parent_offset, const ZoneVector<ResumeJumpTarget>& resume_jump_targets, std::map<int, int>* unresolved_suspend_ids) ResumeJumpTargetLeavesResolveSuspendIds() argument
[all...]
H A Dbytecode-graph-builder.cc335 const ZoneVector<ResumeJumpTarget>& resume_jump_targets,
1444 if (!bytecode_analysis().resume_jump_targets().empty()) { in VisitBytecodes()
3724 const ZoneVector<ResumeJumpTarget>& resume_jump_targets, in BuildSwitchOnGeneratorState()
3730 static_cast<int>(resume_jump_targets.size() + extra_cases)); in BuildSwitchOnGeneratorState()
3731 for (const ResumeJumpTarget& target : resume_jump_targets) { in BuildSwitchOnGeneratorState()
3787 BuildSwitchOnGeneratorState(bytecode_analysis().resume_jump_targets(), in VisitSwitchOnGeneratorState()
3859 const auto& resume_jump_targets = loop_info.resume_jump_targets(); in BuildLoopHeaderEnvironment() local
3860 bool generate_suspend_switch = !resume_jump_targets.empty(); in BuildLoopHeaderEnvironment()
3872 BuildSwitchOnGeneratorState(loop_info.resume_jump_targets(), tru in BuildLoopHeaderEnvironment()
3723 BuildSwitchOnGeneratorState( const ZoneVector<ResumeJumpTarget>& resume_jump_targets, bool allow_fallthrough_on_executing) BuildSwitchOnGeneratorState() argument
[all...]

Completed in 10 milliseconds