Lines Matching defs:args
237 void BuildCall(ConvertReceiverMode receiver_mode, Node* const* args,
240 std::initializer_list<Node*> args, int slot_id) {
241 BuildCall(receiver_mode, args.begin(), args.size(), slot_id);
267 Node* const* args,
271 const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot);
2385 Node* const* args, size_t arg_count,
2403 op, args, static_cast<int>(arg_count), feedback.slot);
2411 node = MakeNode(op, static_cast<int>(arg_count), args);
2549 Node* const* args = GetCallArgumentsFromRegisters(callee, receiver_node,
2561 op, args, static_cast<int>(arg_count), feedback.slot);
2569 node = MakeNode(op, JSCallWithSpreadNode::ArityForArgc(arg_count), args);
2594 // arity is args.
2693 Node* const* args = GetConstructArgumentsFromRegister(callee, new_target,
2696 op, args, static_cast<int>(arg_count), feedback.slot);
2704 node = MakeNode(op, arity, args);
2726 Node* const* args = GetConstructArgumentsFromRegister(callee, new_target,
2729 op, args, static_cast<int>(arg_count), feedback.slot);
2737 node = MakeNode(op, arity, args);
4093 const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot) {
4097 type_hint_lowering().ReduceCallOperation(op, args, arg_count, effect,
4105 Node* const* args,
4111 type_hint_lowering().ReduceConstructOperation(op, args, arg_count, effect,