Home
last modified time | relevance | path

Searched refs:c_argument_count (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc931 // arguments, so extract c_argument_count from the first function. in ReduceFastApiCall()
932 const int c_argument_count = in ReduceFastApiCall() local
934 CHECK_GE(c_argument_count, kReceiver); in ReduceFastApiCall()
937 base::SmallVector<Node*, kInlineSize> inputs(c_argument_count + arity_ + in ReduceFastApiCall()
943 int js_args_count = c_argument_count - kReceiver; in ReduceFastApiCall()
993 DCHECK_EQ(cursor, c_argument_count + arity_ + kExtraInputsCount); in ReduceFastApiCall()

Completed in 9 milliseconds