| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-generic-lowering.cc | 837 int const arg_count = static_cast<int>(p.arity() - 2); in LowerJSConstructForwardVarargs() local 860 int const arg_count = p.arity_without_implicit_args(); in LowerJSConstruct() local 886 const int arg_count = p.arity_without_implicit_args(); in LowerJSConstructWithArrayLike() local 915 int const arg_count in LowerJSConstructWithSpread() local 952 int const arg_count = static_cast<int>(p.arity() - 2); LowerJSCallForwardVarargs() local 969 int const arg_count = p.arity_without_implicit_args(); LowerJSCall() local 988 const int arg_count = p.arity_without_implicit_args(); LowerJSCallWithArrayLike() local 1019 int const arg_count = p.arity_without_implicit_args(); LowerJSCallWithSpread() local [all...] |
| H A D | code-assembler.cc | 1212 TailCallJSCode(TNode<CodeT> code, TNode<Context> context, TNode<JSFunction> function, TNode<Object> new_target, TNode<Int32T> arg_count) TailCallJSCode() argument
|
| H A D | bytecode-graph-builder.cc | 2356 GetCallArgumentsFromRegisters( Node* callee, Node* receiver, interpreter::Register first_arg, int arg_count) GetCallArgumentsFromRegisters() argument 2384 BuildCall(ConvertReceiverMode receiver_mode, Node* const* args, size_t arg_count, int slot_id) BuildCall() argument 2416 ProcessCallVarArgs( ConvertReceiverMode receiver_mode, Node* callee, interpreter::Register first_reg, int arg_count) ProcessCallVarArgs() argument 2450 int arg_count = receiver_mode == ConvertReceiverMode::kNullOrUndefined BuildCallVarArgs() local 2548 int arg_count = static_cast<int>(reg_count) - 1; VisitCallWithSpread() local 2580 int arg_count = static_cast<int>(reg_count); VisitCallJSRuntime() local 2593 int arg_count = static_cast<int>(reg_count); ProcessCallRuntimeArguments() local 2649 GetConstructArgumentsFromRegister( Node* target, Node* new_target, interpreter::Register first_arg, int arg_count) GetConstructArgumentsFromRegister() argument 2689 const uint32_t arg_count = static_cast<uint32_t>(reg_count); VisitConstruct() local 2721 const uint32_t arg_count = static_cast<uint32_t>(reg_count); VisitConstructWithSpread() local 4092 TryBuildSimplifiedCall( const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot) TryBuildSimplifiedCall() argument 4104 TryBuildSimplifiedConstruct(const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot) TryBuildSimplifiedConstruct() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-internal-gen.cc | 86 auto arg_count = in TF_BUILTIN() local 1379 auto arg_count = in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | translated-state.cc | 742 int arg_count = in CreateNextTranslatedFrame() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-generator.cc | 1385 void JSCallN(int arg_count, ConvertReceiverMode receiver_mode) { in JSCallN() argument [all...] |
| H A D | interpreter-assembler.cc | 734 CallJSAndDispatch(TNode<Object> function, TNode<Context> context, TNode<Word32T> arg_count, ConvertReceiverMode receiver_mode, TArgs... args) CallJSAndDispatch() argument
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | types.cc | 1113 LowerParameterTypes(const ParameterTypes& parameter_types, size_t arg_count) LowerParameterTypes() argument
|
| H A D | implementation-visitor.cc | 3115 size_t arg_count = 0; in GenerateCall() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | graph-builder-interface.cc | 1750 size_t arg_count = sig->parameter_count(); in DoReturnCall() local
|
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitNativePPC_common.c | 758 sljit_s32 arg_count = 0; in sljit_emit_enter() local
|
| H A D | sljitNativeMIPS_common.c | 806 sljit_s32 arg_count, word_arg_count, float_arg_count; in sljit_emit_enter() local [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | macro-assembler-aarch64.cc | 2664 int arg_count = kPrintfMaxArgCount; in Emit() local
|
| H A D | simulator-aarch64.cc | 14486 uint32_t arg_count; in Simulator() local
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| H A D | builtins-ia32.cc | 1688 Register arg_count = descriptor.GetRegisterParameter( in Generate_BaselineOutOfLinePrologue() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.cc | 2488 Operand MacroAssembler::ReceiverOperand(Register arg_count) { in ReceiverOperand() argument 3434 int arg_count = kPrintfMaxArgCount; in TruncateDoubleToI() local 3570 void TurboAssembler::CallPrintf(int arg_count, const CPURegister* args) { in TruncateDoubleToI() argument [all...] |
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-compiler.cc | 1204 void BaselineCompiler::BuildCall(uint32_t slot, uint32_t arg_count, in BuildCall() argument 1224 uint32_t arg_count = args.register_count(); in VisitCallAnyReceiver() local 1230 uint32_t arg_count = args.register_count(); in VisitCallProperty() local 1253 uint32_t arg_count = JSParameterCount(args.register_count()); in VisitCallUndefinedReceiver() local 1282 uint32_t arg_count in VisitCallWithSpread() local 1306 uint32_t arg_count = JSParameterCount(args.register_count()); VisitCallJSRuntime() local 1442 uint32_t arg_count = JSParameterCount(args.register_count()); VisitConstruct() local 1459 uint32_t arg_count = JSParameterCount(args.register_count()); VisitConstructWithSpread() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.cc | 5078 EnsureCanContainElements(Handle<JSObject> object, JavaScriptArguments* args, uint32_t arg_count, EnsureElementsMode mode) EnsureCanContainElements() argument
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 1998 int arg_count = 0; in visit_atomic_ssbo() local 2258 int arg_count = 0; in visit_global_atomic() local 3194 int arg_count = 0; visit_var_atomic() local [all...] |
| /third_party/node/deps/v8/src/api/ |
| H A D | api.cc | 10401 CFunctionInfo(const CTypeInfo& return_info, unsigned int arg_count, const CTypeInfo* arg_info) CFunctionInfo() argument
|