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/
H A Djs-operator.h172 int arity_without_implicit_args() const { in arity_without_implicit_args() function in v8::internal::compiler::final
260 int arity_without_implicit_args() const { in arity_without_implicit_args() function in v8::internal::compiler::final
868 int arity_without_implicit_args() const;
1475 return Parameters().arity_without_implicit_args();
1509 return Parameters().arity_without_implicit_args();
1541 return Parameters().arity_without_implicit_args(); in ArgumentCount()
H A 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()
H A Djs-call-reducer.cc2517 size_t const arity = p.arity_without_implicit_args();
2567 int arity = p.arity_without_implicit_args();
2846 int arity = p.arity_without_implicit_args();
3057 int arity = p.arity_without_implicit_args();
3079 int arity = p.arity_without_implicit_args();
3143 int arity = p.arity_without_implicit_args();
3671 int const argc = p.arity_without_implicit_args();
4347 int arity = p.arity_without_implicit_args();
4984 DCHECK_EQ(p.arity_without_implicit_args(), 1); // The arraylike object.
4999 DCHECK_GE(p.arity_without_implicit_args(),
[all...]
H A Djs-typed-lowering.cc1615 int const arity = p.arity_without_implicit_args(); in ReduceJSConstruct()
1683 int arity = p.arity_without_implicit_args(); in ReduceJSCall()
H A Djs-operator.cc714 int JSWasmCallParameters::arity_without_implicit_args() const { in arity_without_implicit_args() function in v8::internal::compiler::JSWasmCallParameters

Completed in 19 milliseconds