Lines Matching refs:ResumeJumpTarget
71 ResumeJumpTarget::ResumeJumpTarget(int suspend_id, int target_offset,
77 ResumeJumpTarget ResumeJumpTarget::Leaf(int suspend_id, int target_offset) {
78 return ResumeJumpTarget(suspend_id, target_offset, target_offset);
81 ResumeJumpTarget ResumeJumpTarget::AtLoopHeader(int loop_header_offset,
82 const ResumeJumpTarget& next) {
83 return ResumeJumpTarget(next.suspend_id(), loop_header_offset,
529 ResumeJumpTarget::Leaf(suspend_id, resume_offset));
568 ResumeJumpTarget::AtLoopHeader(current_offset, target));
575 ResumeJumpTarget::AtLoopHeader(current_offset, target));
586 ResumeJumpTarget::Leaf(suspend_id, resume_offset));
895 int parent_offset, const ZoneVector<ResumeJumpTarget>& resume_jump_targets,
898 for (const ResumeJumpTarget& target : resume_jump_targets) {