/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 1237 Index(2), JSParameterCount(0), RegisterOperand(1)); in VisitCallProperty0() 1242 Index(3), JSParameterCount(1), RegisterOperand(1), RegisterOperand(2)); in VisitCallProperty1() 1247 Index(4), JSParameterCount(2), RegisterOperand(1), RegisterOperand(2), in VisitCallProperty2() 1253 uint32_t arg_count = JSParameterCount(args.register_count()); in VisitCallUndefinedReceiver() 1260 Index(1), JSParameterCount(0), RootIndex::kUndefinedValue); in VisitCallUndefinedReceiver0() 1265 Index(2), JSParameterCount(1), RootIndex::kUndefinedValue, in VisitCallUndefinedReceiver1() 1271 Index(3), JSParameterCount(2), RootIndex::kUndefinedValue, in VisitCallUndefinedReceiver2() 1306 uint32_t arg_count = JSParameterCount(args.register_count()); in VisitCallJSRuntime() 1442 uint32_t arg_count = JSParameterCount(args.register_count()); in VisitConstruct() 1459 uint32_t arg_count = JSParameterCount(arg in VisitConstructWithSpread() [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-struct.cc | 71 info->set_internal_formal_parameter_count(JSParameterCount(0)); in BUILTIN()
|
H A D | builtins-call-gen.cc | 278 Int32Constant(i::JSParameterCount(0)); // args already on the stack in CallOrConstructWithArrayLike()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-generic-lowering.cc | 613 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arity)); in LowerJSCreateArray() 847 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arg_count)); in LowerJSConstructForwardVarargs() 870 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arg_count)); in LowerJSConstruct() 934 jsgraph()->Int32Constant(JSParameterCount(arg_count - kTheSpread)); in LowerJSConstructWithSpread() 958 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arg_count)); in LowerJSCallForwardVarargs() 979 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arg_count)); in LowerJSCall() 1038 jsgraph()->Int32Constant(JSParameterCount(arg_count - kTheSpread)); in LowerJSCallWithSpread()
|
H A D | js-typed-lowering.cc | 1599 jsgraph()->Constant(JSParameterCount(arity))); in ReduceJSConstructForwardVarargs() 1638 jsgraph()->Constant(JSParameterCount(arity))); in ReduceJSConstruct() 1669 jsgraph()->Constant(JSParameterCount(arity))); in ReduceJSCallForwardVarargs() 1772 jsgraph()->Constant(JSParameterCount(arity))); in ReduceJSCall() 1795 jsgraph()->Constant(JSParameterCount(arity))); in ReduceJSCall() 1802 jsgraph()->Constant(JSParameterCount(arity))); in ReduceJSCall() 1822 jsgraph()->Constant(JSParameterCount(arity))); in ReduceJSCall()
|
H A D | linkage.h | 349 size_t JSParameterCount() const { in JSParameterCount() function in v8::internal::compiler::final
|
H A D | linkage.cc | 594 int parameter_count = static_cast<int>(incoming_->JSParameterCount() - 1); in GetOsrValueLocation()
|
H A D | code-assembler.h | 1235 int argc = JSParameterCount(static_cast<int>(sizeof...(args))); in CallJS() 1245 int argc = JSParameterCount(static_cast<int>(sizeof...(args))); in ConstructJSWithTarget()
|
/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info.cc | 57 set_internal_formal_parameter_count(JSParameterCount(0)); in Init() 498 JSParameterCount(lit->parameter_count())); in InitFromFunctionLiteral()
|
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 1853 __ Branch(&no_arg, eq, a0, Operand(JSParameterCount(0))); in Generate_FunctionPrototypeApply() 1855 __ Branch(&no_arg, eq, a0, Operand(JSParameterCount(1))); in Generate_FunctionPrototypeApply() 1885 __ li(a0, JSParameterCount(0)); in Generate_FunctionPrototypeApply() 1899 __ Branch(&done, ne, a0, Operand(JSParameterCount(0))); in Generate_FunctionPrototypeCall() 1929 __ Branch(&no_arg, eq, a0, Operand(JSParameterCount(0))); in Generate_ReflectApply() 1931 __ Branch(&no_arg, eq, a0, Operand(JSParameterCount(1))); in Generate_ReflectApply() 1933 __ Branch(&no_arg, eq, a0, Operand(JSParameterCount(2))); in Generate_ReflectApply() 1973 __ Branch(&no_arg, eq, a0, Operand(JSParameterCount(0))); in Generate_ReflectConstruct() 1976 __ Branch(&no_arg, eq, a0, Operand(JSParameterCount(1))); in Generate_ReflectConstruct() 1978 __ Branch(&no_arg, eq, a0, Operand(JSParameterCount( in Generate_ReflectConstruct() [all...] |
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 2076 __ CmpS64(r3, Operand(JSParameterCount(1)), r0); in Generate_FunctionPrototypeApply() 2079 __ CmpS64(r3, Operand(JSParameterCount(2)), r0); in Generate_FunctionPrototypeApply() 2111 __ mov(r3, Operand(JSParameterCount(0))); in Generate_FunctionPrototypeApply() 2125 __ CmpS64(r3, Operand(JSParameterCount(0)), r0); in Generate_FunctionPrototypeCall() 2157 __ CmpS64(r3, Operand(JSParameterCount(1)), r0); in Generate_ReflectApply() 2160 __ CmpS64(r3, Operand(JSParameterCount(2)), r0); in Generate_ReflectApply() 2163 __ CmpS64(r3, Operand(JSParameterCount(3)), r0); in Generate_ReflectApply() 2206 __ CmpS64(r3, Operand(JSParameterCount(1)), r0); in Generate_ReflectConstruct() 2210 __ CmpS64(r3, Operand(JSParameterCount(2)), r0); in Generate_ReflectConstruct() 2213 __ CmpS64(r3, Operand(JSParameterCount( in Generate_ReflectConstruct() [all...] |
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 1885 __ cmp(r0, Operand(JSParameterCount(1))); in Generate_FunctionPrototypeApply() 1887 __ cmp(r0, Operand(JSParameterCount(2)), ge); in Generate_FunctionPrototypeApply() 1916 __ mov(r0, Operand(JSParameterCount(0))); in Generate_FunctionPrototypeApply() 1930 __ cmp(r0, Operand(JSParameterCount(0))); in Generate_FunctionPrototypeCall() 1960 __ cmp(r0, Operand(JSParameterCount(1))); in Generate_ReflectApply() 1962 __ cmp(r0, Operand(JSParameterCount(2)), ge); in Generate_ReflectApply() 1964 __ cmp(r0, Operand(JSParameterCount(3)), ge); in Generate_ReflectApply() 2002 __ cmp(r0, Operand(JSParameterCount(1))); in Generate_ReflectConstruct() 2005 __ cmp(r0, Operand(JSParameterCount(2)), ge); in Generate_ReflectConstruct() 2007 __ cmp(r0, Operand(JSParameterCount( in Generate_ReflectConstruct() [all...] |
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 2117 __ CmpS64(r2, Operand(JSParameterCount(1))); in Generate_FunctionPrototypeApply() 2120 __ CmpS64(r2, Operand(JSParameterCount(2))); in Generate_FunctionPrototypeApply() 2152 __ mov(r2, Operand(JSParameterCount(0))); in Generate_FunctionPrototypeApply() 2166 __ CmpS64(r2, Operand(JSParameterCount(0))); in Generate_FunctionPrototypeCall() 2199 __ CmpS64(r2, Operand(JSParameterCount(1))); in Generate_ReflectApply() 2202 __ CmpS64(r2, Operand(JSParameterCount(2))); in Generate_ReflectApply() 2205 __ CmpS64(r2, Operand(JSParameterCount(3))); in Generate_ReflectApply() 2249 __ CmpS64(r2, Operand(JSParameterCount(1))); in Generate_ReflectConstruct() 2253 __ CmpS64(r2, Operand(JSParameterCount(2))); in Generate_ReflectConstruct() 2256 __ CmpS64(r2, Operand(JSParameterCount( in Generate_ReflectConstruct() [all...] |
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 1930 __ cmp(eax, Immediate(JSParameterCount(0))); in Generate_FunctionPrototypeApply() 1934 __ cmp(eax, Immediate(JSParameterCount(1))); in Generate_FunctionPrototypeApply() 1972 __ Move(eax, JSParameterCount(0)); in Generate_FunctionPrototypeApply() 2001 __ cmp(eax, Immediate(JSParameterCount(0))); in Generate_FunctionPrototypeCall() 2036 __ cmp(eax, Immediate(JSParameterCount(1))); in Generate_ReflectApply() 2041 __ cmp(eax, Immediate(JSParameterCount(3))); in Generate_ReflectApply() 2093 __ cmp(eax, Immediate(JSParameterCount(1))); in Generate_ReflectConstruct() 2099 __ cmp(eax, Immediate(JSParameterCount(3))); in Generate_ReflectConstruct()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 1924 __ cmpq(rax, Immediate(JSParameterCount(0))); in Generate_FunctionPrototypeApply() 1928 __ cmpq(rax, Immediate(JSParameterCount(1))); in Generate_FunctionPrototypeApply() 1964 __ Move(rax, JSParameterCount(0)); in Generate_FunctionPrototypeApply() 1993 __ cmpq(rax, Immediate(JSParameterCount(0))); in Generate_FunctionPrototypeCall() 2030 __ cmpq(rax, Immediate(JSParameterCount(1))); in Generate_ReflectApply() 2035 __ cmpq(rax, Immediate(JSParameterCount(3))); in Generate_ReflectApply() 2080 __ cmpq(rax, Immediate(JSParameterCount(1))); in Generate_ReflectConstruct() 2086 __ cmpq(rax, Immediate(JSParameterCount(3))); in Generate_ReflectConstruct()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 920 __ Cmp(argc, JSParameterCount(0)); in Generate_JSEntryTrampolineHelper() 2156 __ Cmp(argc, Immediate(JSParameterCount(1))); in Generate_FunctionPrototypeApply() 2190 __ Mov(x0, JSParameterCount(0)); in Generate_FunctionPrototypeApply() 2210 __ Cmp(argc, JSParameterCount(0)); in Generate_FunctionPrototypeCall() 2290 __ Cmp(argc, Immediate(JSParameterCount(1))); in Generate_ReflectApply() 2295 __ Cmp(argc, Immediate(JSParameterCount(3))); in Generate_ReflectApply() 2346 __ Cmp(argc, Immediate(JSParameterCount(1))); in Generate_ReflectConstruct() 2352 __ Cmp(argc, Immediate(JSParameterCount(3))); in Generate_ReflectConstruct()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 746 arg_count = JSParameterCount(arg_count); in CallJSAndDispatch() 810 TNode<Word32T> args_count = JSParameterCount(args.reg_count()); in Construct() 961 TNode<Word32T> args_count = JSParameterCount(args.reg_count()); in ConstructWithSpread()
|
/third_party/node/deps/v8/src/execution/ |
H A D | execution.cc | 427 JSParameterCount(params.argc), argv)); in Invoke()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 1860 __ Dsubu(scratch, argc, JSParameterCount(0)); in Generate_FunctionPrototypeApply() 1897 __ li(a0, JSParameterCount(0)); in Generate_FunctionPrototypeApply() 1914 __ Branch(&done, ne, a0, Operand(JSParameterCount(0))); in Generate_FunctionPrototypeCall() 1952 __ Dsubu(scratch, argc, Operand(JSParameterCount(0))); in Generate_ReflectApply() 2012 __ Dsubu(scratch, argc, Operand(JSParameterCount(0))); in Generate_ReflectConstruct()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 1865 __ Sub_d(scratch, argc, JSParameterCount(0)); in Generate_FunctionPrototypeApply() 1902 __ li(a0, JSParameterCount(0)); in Generate_FunctionPrototypeApply() 1917 __ Branch(&done, ne, a0, Operand(JSParameterCount(0))); in Generate_FunctionPrototypeCall() 1955 __ Sub_d(scratch, argc, Operand(JSParameterCount(0))); in Generate_ReflectApply() 2015 __ Sub_d(scratch, argc, Operand(JSParameterCount(0))); in Generate_ReflectConstruct()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 1943 __ Sub64(scratch, argc, JSParameterCount(0)); in Generate_FunctionPrototypeApply() 1984 __ li(a0, JSParameterCount(0)); in Generate_FunctionPrototypeApply() 1999 __ Branch(&done, ne, a0, Operand(JSParameterCount(0)), in Generate_FunctionPrototypeCall() 2044 __ Sub64(scratch, argc, Operand(JSParameterCount(0))); in Generate_ReflectApply() 2111 __ Sub64(scratch, argc, Operand(JSParameterCount(0))); in Generate_ReflectConstruct()
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 1814 inline constexpr int JSParameterCount(int param_count_without_receiver) { in JSParameterCount() function in v8::internal::ForInFeedback::DefineKeyedOwnPropertyInLiteralFlag
|
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 63 shared->set_internal_formal_parameter_count(JSParameterCount(len)); in CreateSharedFunctionInfo()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 2016 shared->set_internal_formal_parameter_count(JSParameterCount(arity)); in New() 2139 JSParameterCount(parameter_count)); in New()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 554 fun->shared().set_internal_formal_parameter_count(JSParameterCount(len)); in SimpleCreateFunction() 2418 shared->set_internal_formal_parameter_count(JSParameterCount(1)); in InitializeGlobal() 2486 shared->set_internal_formal_parameter_count(JSParameterCount(2)); in InitializeGlobal() 3783 JSParameterCount(2)); in InitializeGlobal()
|