Home
last modified time | relevance | path

Searched refs:arity_without_implicit_args (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-generic-lowering.cc860 int const arg_count = p.arity_without_implicit_args(); in LowerJSConstruct()
886 const int arg_count = p.arity_without_implicit_args(); in LowerJSConstructWithArrayLike()
915 int const arg_count = p.arity_without_implicit_args(); in LowerJSConstructWithSpread()
969 int const arg_count = p.arity_without_implicit_args(); in LowerJSCall()
988 const int arg_count = p.arity_without_implicit_args(); in LowerJSCallWithArrayLike()
1019 int const arg_count = p.arity_without_implicit_args(); in LowerJSCallWithSpread()
Djs-operator.h172 int arity_without_implicit_args() const { in arity_without_implicit_args() function
260 int arity_without_implicit_args() const { in arity_without_implicit_args() function
868 int arity_without_implicit_args() const;
1475 return Parameters().arity_without_implicit_args(); in ArgumentCount()
1509 return Parameters().arity_without_implicit_args(); in ArgumentCount()
1541 return Parameters().arity_without_implicit_args(); in ArgumentCount()
Djs-call-reducer.cc2517 size_t const arity = p.arity_without_implicit_args(); in ReduceArrayConstructor()
2567 int arity = p.arity_without_implicit_args(); in ReduceFunctionPrototypeApply()
2846 int arity = p.arity_without_implicit_args(); in ReduceFunctionPrototypeCall()
3057 int arity = p.arity_without_implicit_args(); in ReduceReflectApply()
3079 int arity = p.arity_without_implicit_args(); in ReduceReflectConstruct()
3143 int arity = p.arity_without_implicit_args(); in ReduceReflectGet()
3671 int const argc = p.arity_without_implicit_args(); in ReduceCallApiFunction()
4347 int arity = p.arity_without_implicit_args(); in ReduceJSCall()
4984 DCHECK_EQ(p.arity_without_implicit_args(), 1); // The arraylike object. in ReduceJSCallWithArrayLike()
4999 DCHECK_GE(p.arity_without_implicit_args(), 1); // At least the spread. in ReduceJSCallWithSpread()
[all …]
Djs-typed-lowering.cc1615 int const arity = p.arity_without_implicit_args(); in ReduceJSConstruct()
1683 int arity = p.arity_without_implicit_args(); in ReduceJSCall()
Djs-operator.cc714 int JSWasmCallParameters::arity_without_implicit_args() const { in arity_without_implicit_args() function in v8::internal::compiler::JSWasmCallParameters