Home
last modified time | relevance | path

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

12

/third_party/node/deps/v8/src/compiler/
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 39 milliseconds

12