Home
last modified time | relevance | path

Searched refs:ParameterCount (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h156 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord() argument
159 CallConv(CallConv), Options(Options), ParameterCount(ParameterCount), in ProcedureRecord()
165 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount()
171 uint16_t ParameterCount = 0; variable
183 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord() argument
187 Options(Options), ParameterCount(ParameterCount), in MemberFunctionRecord()
196 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount()
205 uint16_t ParameterCount = 0; variable
/third_party/node/deps/v8/src/execution/
Dencoded-c-signature.h40 int ParameterCount() const { return parameter_count_; } in ParameterCount() function
/third_party/node/deps/v8/src/compiler/
Dlinkage.cc73 size_t param_count = ParameterCount(); in GetMachineSignature()
212 int parameter_count = static_cast<int>(ParameterCount()); in ToEncodedCSignature()
233 for (size_t i = 0; i < ParameterCount(); ++i) { in ComputeParamCounts()
Draw-machine-assembler.cc704 DCHECK_EQ(input_count, call_descriptor->ParameterCount() + 1); in CallN()
713 DCHECK_EQ(input_count, call_descriptor->ParameterCount() + 2); in CallNWithFrameState()
720 DCHECK_EQ(input_count, call_descriptor->ParameterCount() + 1); in TailCallN()
Dlinkage.h324 size_t ParameterCount() const { return location_sig_->parameter_count(); } in NON_EXPORTED_BASE()
Dgraph-assembler.cc542 call_descriptor->ParameterCount() + kTargetEffectControl); in TailCall()
Dsimplified-operator.cc1929 static_cast<int>(descriptor->ParameterCount()) + // slow call in FastApiCall()
1954 return static_cast<int>(descriptor->ParameterCount()) + in SlowCallArgumentCount()
Draw-machine-assembler.h1107 size_t parameter_count() const { return call_descriptor_->ParameterCount(); } in parameter_count()
Dcode-assembler.cc92 return static_cast<int>(raw_assembler_->call_descriptor()->ParameterCount()); in parameter_count()
Dsimplified-lowering.cc1240 int params = static_cast<int>(call_descriptor->ParameterCount()); in VisitCall()
1934 int js_arg_count = static_cast<int>(call_descriptor->ParameterCount()); in VisitFastApiCall()
/third_party/node/deps/v8/src/objects/
Dscope-info-inl.h31 int ScopeInfo::ParameterCount() const { return parameter_count(); } in ParameterCount() function
Dscope-info.h281 V(ParameterCount) \
Dscope-info.cc407 DCHECK_EQ(parameter_count, scope_info_handle->ParameterCount()); in Create()
463 DCHECK_EQ(0, scope_info->ParameterCount()); in CreateForWithScope()
564 DCHECK_EQ(scope_info->ParameterCount(), parameter_count); in CreateForBootstrapping()
/third_party/node/deps/v8/src/torque/
Dcfg.cc217 for (std::size_t i = 0; i < cfg_.ParameterCount(); ++i) { in ComputeInputDefinitions()
Dcfg.h135 std::size_t ParameterCount() const { in ParameterCount() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp288 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
306 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc865 function_->shared().scope_info().ParameterCount(); in VisitLocals()
1016 function_->shared().scope_info().ParameterCount(); in SetLocalVariableValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp403 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
413 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc1107 int params = scope.ParameterCount(); in WriteBodyInternal()
1268 int params = scope.ParameterCount(); in WriteBodyInternal()
Dobjects-printer.cc2400 os << "\n - parameters: " << ParameterCount(); in ScopeInfoPrint()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc562 if (signature.ParameterCount() == N) { /* NOLINT */ \ in GEN_MAX_PARAM_COUNT()
576 CHECK_LE(signature.ParameterCount(), kMaxCParameters);
586 for (int i = 0; i < signature.ParameterCount(); ++i) {
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc1896 call_descriptor->ParameterCount())), in EmitPrepareArguments()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc1335 call_descriptor->ParameterCount())), in EmitPrepareArguments()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2124 call_descriptor->ParameterCount())), in EmitPrepareArguments()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc1675 call_descriptor->ParameterCount())), in EmitPrepareArguments()

12