Lines Matching defs:arity
1158 TNode<Int32T> arity = Int32Constant(argc);
1159 return TailCallRuntimeImpl(function, arity, context,
1164 void TailCallRuntime(Runtime::FunctionId function, TNode<Int32T> arity,
1166 return TailCallRuntimeImpl(function, arity, context,
1236 TNode<Int32T> arity = Int32Constant(argc);
1239 CAST(function), {}, arity, {receiver, args...}));
1246 TNode<Int32T> arity = Int32Constant(argc);
1250 CAST(function), CAST(new_target), arity,
1342 void TailCallRuntimeImpl(Runtime::FunctionId function, TNode<Int32T> arity,
1370 TNode<Int32T> arity, std::initializer_list<Node*> args);
1542 size_t arity,
1545 phi_inputs_(arity),