Home
last modified time | relevance | path

Searched refs:ArityForArgc (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc877 javascript()->Call(JSCallNode::ArityForArgc(2), p.frequency(), in CallPromiseExecutor()
893 javascript()->Call(JSCallNode::ArityForArgc(1), p.frequency(), in CallPromiseReject()
1087 javascript()->Call(JSCallNode::ArityForArgc(3), p.frequency(), in JSCall3()
1104 javascript()->Call(JSCallNode::ArityForArgc(4), p.frequency(), in JSCall4()
2586 node, javascript()->Call(JSCallNode::ArityForArgc(arity), p.frequency(), in ReduceFunctionPrototypeApply()
2654 javascript()->Call(JSCallNode::ArityForArgc(0)), target, this_argument, in ReduceFunctionPrototypeApply()
2860 node, javascript()->Call(JSCallNode::ArityForArgc(arity), p.frequency(), in ReduceFunctionPrototypeCall()
4167 node, javascript()->Call(JSCallNode::ArityForArgc(argc), frequency, in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
4173 node, javascript()->Construct(JSConstructNode::ArityForArgc(argc), in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
4324 javascript()->Call(JSCallNode::ArityForArgc(new_argument_count), in ReduceCallOrConstructWithArrayLikeOrSpread()
[all …]
Dbytecode-graph-builder.cc2359 const int arity = JSCallNode::ArityForArgc(arg_count); in GetCallArgumentsFromRegisters()
2455 BuildCall(receiver_mode, call_args, JSCallNode::ArityForArgc(arg_count), in BuildCallVarArgs()
2556 JSCallWithSpreadNode::ArityForArgc(arg_count), frequency, feedback, in VisitCallWithSpread()
2569 node = MakeNode(op, JSCallWithSpreadNode::ArityForArgc(arg_count), args); in VisitCallWithSpread()
2581 int arity = JSCallNode::ArityForArgc(arg_count); in VisitCallJSRuntime()
2652 const int arity = JSConstructNode::ArityForArgc(arg_count); in GetConstructArgumentsFromRegister()
2690 const uint32_t arity = JSConstructNode::ArityForArgc(arg_count); in VisitConstruct()
2722 const uint32_t arity = JSConstructNode::ArityForArgc(arg_count); in VisitConstructWithSpread()
Djs-intrinsic-lowering.cc344 javascript()->Call(JSCallNode::ArityForArgc(arity - kTargetAndReceiver))); in ReduceCall()
Djs-native-context-specialization.cc485 STATIC_ASSERT(JSCallNode::ArityForArgc(1) + 4 == 8); in ReduceJSInstanceOf()
496 node, javascript()->Call(JSCallNode::ArityForArgc(1), CallFrequency(), in ReduceJSInstanceOf()
1521 JSCallNode::ArityForArgc(0), CallFrequency(), p.callFeedback(), in ReduceJSGetIterator()
2165 jsgraph()->javascript()->Call(JSCallNode::ArityForArgc(0), in InlinePropertyGetterCall()
2203 jsgraph()->javascript()->Call(JSCallNode::ArityForArgc(1), in InlinePropertySetterCall()
Djs-operator.cc888 JSCallWithArrayLikeNode::ArityForArgc(kTheArrayLikeObject), frequency, in CallWithArrayLike()
977 JSConstructWithArrayLikeNode::ArityForArgc(kTheArrayLikeObject), in ConstructWithArrayLike()
Dsimplified-operator.h1152 static constexpr int ArityForArgc(int c_arg_count, int js_arg_count) { in ArityForArgc() function
Djs-operator.h1383 static constexpr int ArityForArgc(int parameters) { in ArityForArgc() function
Dsimplified-lowering.cc1936 CHECK_EQ(FastApiCallNode::ArityForArgc(c_arg_count, js_arg_count), in VisitFastApiCall()
Deffect-control-linearizer.cc5174 CHECK_EQ(FastApiCallNode::ArityForArgc(c_arg_count, js_arg_count), in LowerFastApiCall()