Lines Matching defs:target
417 // the {callee} target of the call. We only reuse the branch if there
419 // only used as the target (and possibly also in the related frame states).
547 // 1. In the call (as a target).
589 // Case 1 (use by the call as a target).
607 // We need to specialize the calls to the correct target, effect, and
611 Node* target = callee->InputAt(i);
618 FrameState{checkpoint_state}, callee, target,
626 frame_state, callee, target,
628 inputs[0] = target;
668 // instead of the target JSFunction reference directly.
669 Node* target = jsgraph()->Constant(candidate.functions[i].value());
672 graph()->NewNode(simplified()->ReferenceEqual(), callee, target);
682 // The first input to the call is the actual target (which we specialize
683 // to the known {target}); the last input is the control dependency.
684 // We also specialize the new.target of JSConstruct {node}s if it refers
685 // to the same node as the {node}'s target input, so that we can later
691 inputs[n.NewTargetIndex()] = target;
694 inputs[JSCallOrConstructNode::TargetIndex()] = target;
717 // we have multiple known target functions.
816 << ", " << candidate.num_functions << " target(s):" << std::endl;
821 os << " - target: " << shared;