Lines Matching refs:arg_count

157                                               int arg_count);
160 int arg_count);
163 int arg_count);
238 size_t arg_count, int slot_id);
268 int arg_count,
271 const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot);
2358 int arg_count) {
2359 const int arity = JSCallNode::ArityForArgc(arg_count);
2373 for (int i = 0; i < arg_count; ++i) {
2385 Node* const* args, size_t arg_count,
2398 javascript()->Call(arg_count, frequency, feedback, receiver_mode,
2403 op, args, static_cast<int>(arg_count), feedback.slot);
2411 node = MakeNode(op, static_cast<int>(arg_count), args);
2418 interpreter::Register first_reg, int arg_count) {
2419 DCHECK_GE(arg_count, 0);
2436 first_arg, arg_count);
2450 int arg_count = receiver_mode == ConvertReceiverMode::kNullOrUndefined
2454 ProcessCallVarArgs(receiver_mode, callee, first_reg, arg_count);
2455 BuildCall(receiver_mode, call_args, JSCallNode::ArityForArgc(arg_count),
2548 int arg_count = static_cast<int>(reg_count) - 1;
2550 first_arg, arg_count);
2556 JSCallWithSpreadNode::ArityForArgc(arg_count), frequency, feedback,
2561 op, args, static_cast<int>(arg_count), feedback.slot);
2569 node = MakeNode(op, JSCallWithSpreadNode::ArityForArgc(arg_count), args);
2580 int arg_count = static_cast<int>(reg_count);
2581 int arity = JSCallNode::ArityForArgc(arg_count);
2585 ConvertReceiverMode::kNullOrUndefined, callee, first_reg, arg_count);
2593 int arg_count = static_cast<int>(reg_count);
2595 int arity = arg_count;
2651 int arg_count) {
2652 const int arity = JSConstructNode::ArityForArgc(arg_count);
2666 for (int i = 0; i < arg_count; ++i) {
2689 const uint32_t arg_count = static_cast<uint32_t>(reg_count);
2690 const uint32_t arity = JSConstructNode::ArityForArgc(arg_count);
2694 first_reg, arg_count);
2696 op, args, static_cast<int>(arg_count), feedback.slot);
2721 const uint32_t arg_count = static_cast<uint32_t>(reg_count);
2722 const uint32_t arity = JSConstructNode::ArityForArgc(arg_count);
2727 first_reg, arg_count);
2729 op, args, static_cast<int>(arg_count), feedback.slot);
4093 const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot) {
4097 type_hint_lowering().ReduceCallOperation(op, args, arg_count, effect,
4106 int arg_count,
4111 type_hint_lowering().ReduceConstructOperation(op, args, arg_count, effect,