Lines Matching full:effect
66 Node* effect = NodeProperties::GetEffectInput(node);
96 Node* const exit_effect = effect;
114 Node* receiverissmi_effect = effect;
116 // Load the {receiver} map. The resulting effect is the dominating effect for
118 Node* receiver_map = effect =
120 receiver, effect, control);
127 Node* this_effect = effect;
425 value = effect = control = jsgraph()->Dead();
428 effect = effects.front();
438 effect = graph()->NewNode(common()->EffectPhi(control_count),
441 ReplaceWithValue(node, value, effect, control);
491 Node* effect = NodeProperties::GetEffectInput(node);
524 Node* const exit_effect = effect;
534 // Load the {receiver} map. The resulting effect is the dominating effect for
536 Node* receiver_map = effect =
538 receiver, effect, control);
564 this_effects.push_back(effect);
583 Node* transition_effect = effect;
857 value = effect = control = jsgraph()->Dead();
860 effect = effects.front();
870 effect = graph()->NewNode(common()->EffectPhi(control_count),
873 ReplaceWithValue(node, value, effect, control);