Lines Matching full:arg_count
562 int const arg_count = static_cast<int>(p.arity() - 2);
566 isolate(), zone(), callable.descriptor(), arg_count + 1, flags);
568 Node* stub_arity = jsgraph()->Int32Constant(arg_count);
569 Node* new_target = node->InputAt(arg_count + 1);
571 node->RemoveInput(arg_count + 1); // Drop new target.
582 int const arg_count = static_cast<int>(p.arity() - 2);
590 isolate(), zone(), callable.descriptor(), arg_count + 1, flags);
592 Node* stub_arity = jsgraph()->Int32Constant(arg_count);