Home
last modified time | relevance | path

Searched defs:arg_count (Results 26 - 45 of 45) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Djs-generic-lowering.cc837 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 Dcode-assembler.cc1212 TailCallJSCode(TNode<CodeT> code, TNode<Context> context, TNode<JSFunction> function, TNode<Object> new_target, TNode<Int32T> arg_count) TailCallJSCode() argument
H A Dbytecode-graph-builder.cc2356 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 Dbuiltins-internal-gen.cc86 auto arg_count = in TF_BUILTIN() local
1379 auto arg_count = in TF_BUILTIN() local
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc742 int arg_count = in CreateNextTranslatedFrame() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1385 void JSCallN(int arg_count, ConvertReceiverMode receiver_mode) { in JSCallN() argument
[all...]
H A Dinterpreter-assembler.cc734 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 Dtypes.cc1113 LowerParameterTypes(const ParameterTypes& parameter_types, size_t arg_count) LowerParameterTypes() argument
H A Dimplementation-visitor.cc3115 size_t arg_count = 0; in GenerateCall() local
/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc1750 size_t arg_count = sig->parameter_count(); in DoReturnCall() local
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativePPC_common.c758 sljit_s32 arg_count = 0; in sljit_emit_enter() local
H A DsljitNativeMIPS_common.c806 sljit_s32 arg_count, word_arg_count, float_arg_count; in sljit_emit_enter() local
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2664 int arg_count = kPrintfMaxArgCount; in Emit() local
H A Dsimulator-aarch64.cc14486 uint32_t arg_count; in Simulator() local
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc1688 Register arg_count = descriptor.GetRegisterParameter( in Generate_BaselineOutOfLinePrologue() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc2488 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 Dbaseline-compiler.cc1204 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 Djs-objects.cc5078 EnsureCanContainElements(Handle<JSObject> object, JavaScriptArguments* args, uint32_t arg_count, EnsureElementsMode mode) EnsureCanContainElements() argument
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c1998 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 Dapi.cc10401 CFunctionInfo(const CTypeInfo& return_info, unsigned int arg_count, const CTypeInfo* arg_info) CFunctionInfo() argument

Completed in 132 milliseconds

12