Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator.h1157 int SlowCallArgumentCount() const;
1176 DCHECK_LT(i, SlowCallArgumentCount()); in SlowCallArgument()
H A Dsimplified-operator.cc1950 int FastApiCallNode::SlowCallArgumentCount() const { in SlowCallArgumentCount() function in v8::internal::compiler::FastApiCallNode
H A Deffect-control-linearizer.cc5144 n.SlowCallArgumentCount() + FastApiCallNode::kEffectAndControlInputCount); in GenerateSlowApiCall()
5148 n.SlowCallArgumentCount()); in GenerateSlowApiCall()
5150 for (; index < n.SlowCallArgumentCount(); ++index) { in GenerateSlowApiCall()

Completed in 17 milliseconds