Lines Matching defs:inputs

152       // possible since the merge does not take any value inputs.
937 base::SmallVector<Node*, kInlineSize> inputs(c_argument_count + arity_ +
939 inputs[cursor++] = n.receiver();
946 inputs[cursor++] = n.Argument(i);
948 inputs[cursor++] = UndefinedConstant();
955 // separate inputs, so that SimplifiedLowering can provide the best
956 // possible UseInfos for each of them. The inputs to FastApiCall
979 inputs[cursor++] = HeapConstant(call_api_callback.code());
980 inputs[cursor++] = ExternalConstant(function_reference);
981 inputs[cursor++] = NumberConstant(arity_);
982 inputs[cursor++] = Constant(call_handler_info.data());
983 inputs[cursor++] = holder_;
984 inputs[cursor++] = receiver_;
986 inputs[cursor++] = Argument(i);
988 inputs[cursor++] = ContextInput();
989 inputs[cursor++] = continuation_frame_state;
990 inputs[cursor++] = effect();
991 inputs[cursor++] = control();
995 return FastApiCall(call_descriptor, inputs.begin(), inputs.size());
1009 TNode<Object> FastApiCall(CallDescriptor* descriptor, Node** inputs,
1014 static_cast<int>(inputs_size), inputs));
2607 // Massage the value inputs appropriately.
2697 // Value inputs to the {node} are as follows:
2702 // - and all the remaining value inputs are [[BoundArguments]]
2801 Node** inputs = graph()->zone()->NewArray<Node*>(input_count);
2803 inputs[cursor++] = receiver;
2804 inputs[cursor++] = n.ArgumentOrUndefined(0, jsgraph()); // bound_this.
2806 inputs[cursor++] = n.Argument(i);
2808 inputs[cursor++] = context;
2809 inputs[cursor++] = effect;
2810 inputs[cursor++] = control;
2815 input_count, inputs);
3058 // Massage value inputs appropriately.
3080 // Massage value inputs appropriately.
3090 // number of inputs for a given argument count. Wrap it in a helper function.
3583 // Remove additional inputs
3598 // Add missing inputs
5138 // Drop the value inputs.
5590 // Collect the value inputs to push.
6923 // Massage the {node} to call "then" instead by first removing all inputs
6925 // to two inputs from the left with undefined.
7054 // Massage the {node} to call "then" instead by first removing all inputs