/third_party/node/deps/v8/src/builtins/ |
D | builtins-definitions.h | 327 TFJ(ReturnReceiver, kJSArgcReceiverSlots, kReceiver) \ 401 TFJ(ArrayPrototypeEntries, kJSArgcReceiverSlots, kReceiver) \ 403 TFJ(ArrayPrototypeKeys, kJSArgcReceiverSlots, kReceiver) \ 405 TFJ(ArrayPrototypeValues, kJSArgcReceiverSlots, kReceiver) \ 407 TFJ(ArrayIteratorPrototypeNext, kJSArgcReceiverSlots, kReceiver) \ 432 TFJ(AsyncFunctionAwaitRejectClosure, kJSArgcReceiverSlots + 1, kReceiver, \ 434 TFJ(AsyncFunctionAwaitResolveClosure, kJSArgcReceiverSlots + 1, kReceiver, \ 501 TFJ(DatePrototypeGetDate, kJSArgcReceiverSlots, kReceiver) \ 503 TFJ(DatePrototypeGetDay, kJSArgcReceiverSlots, kReceiver) \ 505 TFJ(DatePrototypeGetFullYear, kJSArgcReceiverSlots, kReceiver) \ [all …]
|
D | frames.tq | 69 const kJSArgcReceiverSlots: constexpr int31 70 generates 'kJSArgcReceiverSlots'; 74 kJSArgcReceiverSlots;
|
D | builtins-descriptors.h | 28 kJSArgcReceiverSlots), \
|
/third_party/node/deps/v8/src/objects/ |
D | shared-function-info.tq | 95 Convert<uint16>(formalParameterCount - kJSArgcReceiverSlots);
|
D | shared-function-info-inl.h | 132 return param_count - kJSArgcReceiverSlots; in internal_formal_parameter_count_without_receiver() 137 DCHECK_GE(value, kJSArgcReceiverSlots); in set_internal_formal_parameter_count()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 151 __ Sub(count, argc, kJSArgcReceiverSlots); in Generate_JSBuiltinsConstructStubHelper() 317 __ Sub(argc_without_receiver, x12, kJSArgcReceiverSlots); in Generate_JSConstructStubGeneric() 515 __ Sub(x10, x10, kJSArgcReceiverSlots); in Generate_ResumeGeneratorTrampoline() 1698 __ Sub(slots_to_copy, num_args, kJSArgcReceiverSlots); in GenerateInterpreterPushArgs() 1998 kJSArgcReceiverSlots; in Generate_ContinueToBuiltinHelper() 2231 __ Sub(argc_without_receiver, argc, kJSArgcReceiverSlots); in Generate_FunctionPrototypeCall() 2537 __ Subs(len, len, kJSArgcReceiverSlots); in Generate_CallOrConstructForwardVarargs() 2711 __ Sub(argc, argc, kJSArgcReceiverSlots); in Generate_PushBoundArguments() 2780 __ Add(argc, total_argc, kJSArgcReceiverSlots); in Generate_PushBoundArguments()
|
/third_party/node/deps/v8/src/execution/ |
D | frames.cc | 1312 kJSArgcReceiverSlots; in ComputeParametersCount() 1497 kJSArgcReceiverSlots; in GetActualArgumentCount() 1526 return Smi::ToInt(argc_object) - kJSArgcReceiverSlots; in ComputeParametersCount() 2043 kJSArgcReceiverSlots; in ComputeParametersCount()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 300 __ subi(scratch, argc, Operand(kJSArgcReceiverSlots)); in Generate_PushArguments() 698 __ subi(r6, r6, Operand(kJSArgcReceiverSlots)); in Generate_ResumeGeneratorTrampoline() 1723 __ subi(r6, r3, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenCallImpl() 1780 __ subi(argc_without_receiver, r3, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenConstructImpl() 1992 kJSArgcReceiverSlots; in Generate_ContinueToBuiltinHelper() 2385 __ subi(r8, r8, Operand(kJSArgcReceiverSlots)); in Generate_CallOrConstructForwardVarargs()
|
/third_party/node/deps/v8/src/builtins/s390/ |
D | builtins-s390.cc | 347 __ SubS64(counter, argc, Operand(kJSArgcReceiverSlots)); in Generate_PushArguments() 671 __ SubS64(r5, r5, Operand(kJSArgcReceiverSlots)); in Generate_ResumeGeneratorTrampoline() 1782 __ SubS64(r5, r2, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenCallImpl() 1839 __ SubS64(argc_without_receiver, r2, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenConstructImpl() 2046 kJSArgcReceiverSlots; in Generate_ContinueToBuiltinHelper() 2432 __ SubS64(r7, r7, Operand(kJSArgcReceiverSlots)); in Generate_CallOrConstructForwardVarargs()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
D | builtins-loong64.cc | 84 __ Sub_d(scratch, argc, Operand(kJSArgcReceiverSlots)); in Generate_PushArguments() 422 __ Sub_d(a3, a3, Operand(kJSArgcReceiverSlots)); in Generate_ResumeGeneratorTrampoline() 1478 __ Sub_d(a3, a0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenCallImpl() 1535 __ Sub_d(argc_without_receiver, a0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenConstructImpl() 1739 kJSArgcReceiverSlots; in Generate_ContinueToBuiltinHelper() 2193 __ Sub_d(a7, a7, Operand(kJSArgcReceiverSlots)); in Generate_CallOrConstructForwardVarargs()
|
/third_party/node/deps/v8/src/builtins/arm/ |
D | builtins-arm.cc | 92 __ sub(counter, argc, Operand(kJSArgcReceiverSlots)); in Generate_PushArguments() 436 __ sub(r3, r3, Operand(kJSArgcReceiverSlots)); in Generate_ResumeGeneratorTrampoline() 1490 __ sub(r3, r0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenCallImpl() 1550 __ sub(argc_without_receiver, r0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenConstructImpl() 1755 kJSArgcReceiverSlots; in Generate_ContinueToBuiltinHelper() 2172 __ sub(r5, r5, Operand(kJSArgcReceiverSlots)); in Generate_CallOrConstructForwardVarargs()
|
/third_party/node/deps/v8/src/common/ |
D | globals.h | 1810 constexpr int kJSArgcReceiverSlots = 1; variable 1815 return param_count_without_receiver + kJSArgcReceiverSlots; in JSParameterCount()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 84 __ Dsubu(scratch, argc, Operand(kJSArgcReceiverSlots)); in Generate_PushArguments() 421 __ Dsubu(a3, a3, Operand(kJSArgcReceiverSlots)); in Generate_ResumeGeneratorTrampoline() 1477 __ Dsubu(a3, a0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenCallImpl() 1534 __ Dsubu(argc_without_receiver, a0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenConstructImpl() 1736 kJSArgcReceiverSlots; in Generate_ContinueToBuiltinHelper() 2190 __ Dsubu(a7, a7, Operand(kJSArgcReceiverSlots)); in Generate_CallOrConstructForwardVarargs()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
D | builtins-riscv64.cc | 83 __ Sub64(scratch, argc, Operand(kJSArgcReceiverSlots)); in Generate_PushArguments() 447 __ Sub64(a3, a3, Operand(kJSArgcReceiverSlots)); in Generate_ResumeGeneratorTrampoline() 1549 __ Sub64(a3, a0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenCallImpl() 1603 __ Sub64(argc_without_receiver, a0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenConstructImpl() 1810 kJSArgcReceiverSlots; in Generate_ContinueToBuiltinHelper() 2310 __ Sub64(a7, a7, Operand(kJSArgcReceiverSlots)); in Generate_CallOrConstructForwardVarargs()
|
/third_party/node/deps/v8/src/builtins/mips/ |
D | builtins-mips.cc | 85 __ Subu(scratch, argc, Operand(kJSArgcReceiverSlots)); in Generate_PushArguments() 725 __ Subu(a3, a3, Operand(kJSArgcReceiverSlots)); in Generate_ResumeGeneratorTrampoline() 1470 __ Subu(t0, a0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenCallImpl() 1527 __ Subu(argc_without_receiver, a0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenConstructImpl() 1731 kJSArgcReceiverSlots; in Generate_ContinueToBuiltinHelper() 2137 __ Subu(t2, t2, Operand(kJSArgcReceiverSlots)); in Generate_CallOrConstructForwardVarargs()
|
/third_party/node/deps/v8/src/builtins/x64/ |
D | builtins-x64.cc | 97 __ leaq(counter, Operand(argc, -kJSArgcReceiverSlots)); in Generate_PushArguments() 1510 __ leaq(argc_without_receiver, Operand(rax, -kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenConstructImpl() 1850 kJSArgcReceiverSlots * kSystemPointerSize), in Generate_ContinueToBuiltinHelper()
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-assembler.cc | 718 args_count = Int32Add(args_count, Int32Constant(kJSArgcReceiverSlots)); in CallJSAndDispatch()
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | deoptimizer.cc | 836 actual_argument_count_ - kJSArgcReceiverSlots); in DoComputeOutputFrames()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 92 __ lea(counter, Operand(argc, -kJSArgcReceiverSlots)); in Generate_PushArguments() 1864 kJSArgcReceiverSlots * kSystemPointerSize), in Generate_ContinueToBuiltinHelper()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.h | 3811 return Int32Constant(argc_without_receiver + kJSArgcReceiverSlots); in JSParameterCount() 3814 return Int32Add(argc_without_receiver, Int32Constant(kJSArgcReceiverSlots)); in JSParameterCount()
|
D | code-stub-assembler.cc | 14415 argc_, assembler_->IntPtrConstant(kJSArgcReceiverSlots)); in GetLengthWithoutReceiver() 14915 argc = IntPtrAdd(argc, IntPtrConstant(kJSArgcReceiverSlots)); in GetFrameArguments()
|
/third_party/node/deps/v8/src/compiler/ |
D | effect-control-linearizer.cc | 3556 __ SmiSub(arguments_length, __ SmiConstant(kJSArgcReceiverSlots)); in LowerArgumentsLength() 3571 __ SmiSub(arguments_length, __ SmiConstant(kJSArgcReceiverSlots)); in LowerRestLength()
|