Lines Matching defs:target
162 Node* target, Node* new_target, interpreter::Register first_arg,
211 // former points at JumpLoop, the latter at the loop header, i.e. the target
680 // Incoming new.target or generator register
685 builder->GetParameter(new_target_index, "%new.target");
1140 // parameters (including the receiver) plus new target, number of arguments,
1392 .done()); // Should have found the loop's jump target.
1396 // target of jumps or the first bytecode after a try block.
2650 Node* target, Node* new_target, interpreter::Register first_arg,
2661 all[cursor++] = target;
3731 for (const ResumeJumpTarget& target : resume_jump_targets) {
3733 NewIfValue(target.suspend_id());
3734 if (target.is_leaf()) {
3739 // Jump to the target offset, whether it's a loop header or the resume.
3740 MergeIntoSuccessorEnvironment(target.target_offset());