Home | History | Annotate | Download | only in compiler

Lines Matching defs:arg_count

513   int const arg_count = static_cast<int>(p.arity() - 2);
517 isolate(), zone(), callable.descriptor(), arg_count + 1, flags);
519 Node* stub_arity = jsgraph()->Int32Constant(arg_count);
520 Node* new_target = node->InputAt(arg_count + 1);
522 node->RemoveInput(arg_count + 1); // Drop new target.
533 int const arg_count = static_cast<int>(p.arity() - 2);
537 isolate(), zone(), callable.descriptor(), arg_count + 1, flags);
539 Node* stub_arity = jsgraph()->Int32Constant(arg_count);
540 Node* new_target = node->InputAt(arg_count + 1);
542 node->RemoveInput(arg_count + 1); // Drop new target.
568 int const arg_count = static_cast<int>(p.arity() - 2);
576 isolate(), zone(), callable.descriptor(), arg_count + 1, flags);
578 Node* stub_arity = jsgraph()->Int32Constant(arg_count);
586 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);