Home
last modified time | relevance | path

Searched defs:arity (Results 26 - 32 of 32) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc1502 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 Dcode-assembler.cc1030 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 Dsimplified-lowering.cc380 int arity = node->op()->ValueInputCount(); in TypePhi() local
H A Dtyper.cc757 int arity = node->op()->ValueInputCount(); in TypePhi() local
766 int arity = NodeProperties::GetControlInput(node)->op()->ControlInputCount(); in TypeInductionVariablePhi() local
H A Dbytecode-graph-builder.cc2359 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 Dfunction-body-decoder-impl.h790 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 Dparser-base.h81 int arity = 0; member

Completed in 48 milliseconds

12