Searched defs:arity (Results 26 - 32 of 32) sorted by relevance
12
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-typed-lowering.cc | 1502 void ReduceBuiltin(JSGraph* jsgraph, Node* node, Builtin builtin, int arity, in ReduceBuiltin() argument 1583 int const arity = static_cast<int>(p.arity() - 2); in ReduceJSConstructForwardVarargs() local 1615 int const arity = p.arity_without_implicit_args(); in ReduceJSConstruct() local 1655 int const arity = static_cast<int>(p.arity() - 2); ReduceJSCallForwardVarargs() local 1683 int arity = p.arity_without_implicit_args(); ReduceJSCall() local 1780 ReduceBuiltin(jsgraph(), node, shared->builtin_id(), arity, flags); ReduceJSCall() local [all...] |
| H A D | code-assembler.cc | 1030 TNode<Int32T> arity = Int32Constant(argc); in CallRuntimeImpl() local 1047 TailCallRuntimeImpl( Runtime::FunctionId function, TNode<Int32T> arity, TNode<Object> context, std::initializer_list<TNode<Object>> args) TailCallRuntimeImpl() argument 1146 CallJSStubImpl(const CallInterfaceDescriptor& descriptor, TNode<Object> target, TNode<Object> context, TNode<Object> function, base::Optional<TNode<Object>> new_target, TNode<Int32T> arity, std::initializer_list<Node*> args) CallJSStubImpl() argument
|
| H A D | simplified-lowering.cc | 380 int arity = node->op()->ValueInputCount(); in TypePhi() local
|
| H A D | typer.cc | 757 int arity = node->op()->ValueInputCount(); in TypePhi() local 766 int arity = NodeProperties::GetControlInput(node)->op()->ControlInputCount(); in TypeInductionVariablePhi() local
|
| H A D | bytecode-graph-builder.cc | 2359 const int arity = JSCallNode::ArityForArgc(arg_count); in GetCallArgumentsFromRegisters() local 2581 int arity = JSCallNode::ArityForArgc(arg_count); in VisitCallJSRuntime() local 2595 int arity = arg_count; in ProcessCallRuntimeArguments() local 2652 const int arity = JSConstructNode::ArityForArgc(arg_count); GetConstructArgumentsFromRegister() local 2690 const uint32_t arity = JSConstructNode::ArityForArgc(arg_count); VisitConstruct() local 2722 const uint32_t arity = JSConstructNode::ArityForArgc(arg_count); VisitConstructWithSpread() local [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | function-body-decoder-impl.h | 790 uint32_t arity = 0; member 2999 uint32_t arity = 0; in DECODE() local 3603 InitMerge(Merge<Value>* merge, uint32_t arity, func get_val) InitMerge() argument 5286 uint32_t arity = merge->arity; TypeCheckStackAgainstMerge() local [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser-base.h | 81 int arity = 0; member
|
Completed in 48 milliseconds
12