Lines Matching defs:call
607 // The undefined constant node has to be created before the call node.
613 Call* call = AddNewNode<Call>(input_count, receiver_mode, function, context);
616 call->set_arg(arg_index++, undefined_constant);
619 call->set_arg(arg_index++, current_interpreter_frame_.get(args[i]));
622 SetAccumulator(call);
634 // The undefined constant node has to be created before the call node.
641 Call* call = AddNewNode<Call>(input_count, receiver_mode, function, context);
646 call->set_arg(arg_index++, undefined_constant);
649 call->set_arg(arg_index++, LoadRegisterTaggedValue(i + 1));
652 SetAccumulator(call);