Lines Matching defs:effect
110 // becomes the control input of the start of the inlinee, and {effect} becomes
111 // the effect input of the start of the inlinee.
113 Node* effect = NodeProperties::GetEffectInput(call);
120 // not feedback vector, context, effect or control.
152 edge.UpdateTo(effect);
377 Node* effect = NodeProperties::GetEffectInput(node);
379 *context_out = effect = graph()->NewNode(
381 match.node(), effect, control);
382 NodeProperties::ReplaceEffectInput(node, effect);
635 Effect effect = n.effect();
643 caller_context, frame_state_inside, effect, control);
702 Effect effect{NodeProperties::GetEffectInput(node)};
703 if (NodeProperties::CanBePrimitive(broker(), call.receiver(), effect)) {
707 Node* receiver = effect =
709 call.receiver(), global_proxy, effect, start);
712 NodeProperties::ReplaceEffectInput(node, effect);