Lines Matching refs:ResumeJumpTarget
64 ResumeJumpTarget::ResumeJumpTarget(int suspend_id, int target_offset, in ResumeJumpTarget() function in v8::internal::compiler::ResumeJumpTarget
70 ResumeJumpTarget ResumeJumpTarget::Leaf(int suspend_id, int target_offset) { in Leaf()
71 return ResumeJumpTarget(suspend_id, target_offset, target_offset); in Leaf()
74 ResumeJumpTarget ResumeJumpTarget::AtLoopHeader(int loop_header_offset, in AtLoopHeader()
75 const ResumeJumpTarget& next) { in AtLoopHeader()
76 return ResumeJumpTarget(next.suspend_id(), loop_header_offset, in AtLoopHeader()
364 ResumeJumpTarget::Leaf(suspend_id, resume_offset)); in Analyze()
403 ResumeJumpTarget::AtLoopHeader(current_offset, target)); in Analyze()
410 ResumeJumpTarget::AtLoopHeader(current_offset, target)); in Analyze()
421 ResumeJumpTarget::Leaf(suspend_id, resume_offset)); in Analyze()
727 int parent_offset, const ZoneVector<ResumeJumpTarget>& resume_jump_targets, in ResumeJumpTargetLeavesResolveSuspendIds()
730 for (const ResumeJumpTarget& target : resume_jump_targets) { in ResumeJumpTargetLeavesResolveSuspendIds()