Home
last modified time | relevance | path

Searched refs:kJSArgcReceiverSlots (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-definitions.h327 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 …]
Dframes.tq69 const kJSArgcReceiverSlots: constexpr int31
70 generates 'kJSArgcReceiverSlots';
74 kJSArgcReceiverSlots;
Dbuiltins-descriptors.h28 kJSArgcReceiverSlots), \
/third_party/node/deps/v8/src/objects/
Dshared-function-info.tq95 Convert<uint16>(formalParameterCount - kJSArgcReceiverSlots);
Dshared-function-info-inl.h132 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/
Dbuiltins-arm64.cc151 __ 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/
Dframes.cc1312 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/
Dbuiltins-ppc.cc300 __ 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/
Dbuiltins-s390.cc347 __ 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/
Dbuiltins-loong64.cc84 __ 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/
Dbuiltins-arm.cc92 __ 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/
Dglobals.h1810 constexpr int kJSArgcReceiverSlots = 1; variable
1815 return param_count_without_receiver + kJSArgcReceiverSlots; in JSParameterCount()
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc84 __ 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/
Dbuiltins-riscv64.cc83 __ 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/
Dbuiltins-mips.cc85 __ 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/
Dbuiltins-x64.cc97 __ 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/
Dinterpreter-assembler.cc718 args_count = Int32Add(args_count, Int32Constant(kJSArgcReceiverSlots)); in CallJSAndDispatch()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc836 actual_argument_count_ - kJSArgcReceiverSlots); in DoComputeOutputFrames()
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc92 __ lea(counter, Operand(argc, -kJSArgcReceiverSlots)); in Generate_PushArguments()
1864 kJSArgcReceiverSlots * kSystemPointerSize), in Generate_ContinueToBuiltinHelper()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3811 return Int32Constant(argc_without_receiver + kJSArgcReceiverSlots); in JSParameterCount()
3814 return Int32Add(argc_without_receiver, Int32Constant(kJSArgcReceiverSlots)); in JSParameterCount()
Dcode-stub-assembler.cc14415 argc_, assembler_->IntPtrConstant(kJSArgcReceiverSlots)); in GetLengthWithoutReceiver()
14915 argc = IntPtrAdd(argc, IntPtrConstant(kJSArgcReceiverSlots)); in GetFrameArguments()
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc3556 __ SmiSub(arguments_length, __ SmiConstant(kJSArgcReceiverSlots)); in LowerArgumentsLength()
3571 __ SmiSub(arguments_length, __ SmiConstant(kJSArgcReceiverSlots)); in LowerRestLength()