Searched refs:arity_without_implicit_args (Results 1 – 5 of 5) sorted by relevance
860 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()
172 int arity_without_implicit_args() const { in arity_without_implicit_args() function260 int arity_without_implicit_args() const { in arity_without_implicit_args() function868 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()
2517 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 …]
1615 int const arity = p.arity_without_implicit_args(); in ReduceJSConstruct()1683 int arity = p.arity_without_implicit_args(); in ReduceJSCall()
714 int JSWasmCallParameters::arity_without_implicit_args() const { in arity_without_implicit_args() function in v8::internal::compiler::JSWasmCallParameters