Home
last modified time | relevance | path

Searched refs:FastCallArgumentCount (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h1156 int FastCallArgumentCount() const;
1166 DCHECK_LT(i, FastCallArgumentCount()); in FastCallArgument()
1171 int FirstSlowCallArgumentIndex() const { return FastCallArgumentCount(); } in FirstSlowCallArgumentIndex()
Dsimplified-operator.cc1943 int FastApiCallNode::FastCallArgumentCount() const { in FastCallArgumentCount() function in v8::internal::compiler::FastApiCallNode