/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 156 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/ |
D | encoded-c-signature.h | 40 int ParameterCount() const { return parameter_count_; } in ParameterCount() function
|
/third_party/node/deps/v8/src/compiler/ |
D | linkage.cc | 73 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()
|
D | raw-machine-assembler.cc | 704 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()
|
D | linkage.h | 324 size_t ParameterCount() const { return location_sig_->parameter_count(); } in NON_EXPORTED_BASE()
|
D | graph-assembler.cc | 542 call_descriptor->ParameterCount() + kTargetEffectControl); in TailCall()
|
D | simplified-operator.cc | 1929 static_cast<int>(descriptor->ParameterCount()) + // slow call in FastApiCall() 1954 return static_cast<int>(descriptor->ParameterCount()) + in SlowCallArgumentCount()
|
D | raw-machine-assembler.h | 1107 size_t parameter_count() const { return call_descriptor_->ParameterCount(); } in parameter_count()
|
D | code-assembler.cc | 92 return static_cast<int>(raw_assembler_->call_descriptor()->ParameterCount()); in parameter_count()
|
D | simplified-lowering.cc | 1240 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/ |
D | scope-info-inl.h | 31 int ScopeInfo::ParameterCount() const { return parameter_count(); } in ParameterCount() function
|
D | scope-info.h | 281 V(ParameterCount) \
|
D | scope-info.cc | 407 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/ |
D | cfg.cc | 217 for (std::size_t i = 0; i < cfg_.ParameterCount(); ++i) { in ComputeInputDefinitions()
|
D | cfg.h | 135 std::size_t ParameterCount() const { in ParameterCount() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 288 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord() 306 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-scopes.cc | 865 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/ |
D | CodeViewYAMLTypes.cpp | 403 IO.mapRequired("ParameterCount", Record.ParameterCount); in map() 413 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | gdb-jit.cc | 1107 int params = scope.ParameterCount(); in WriteBodyInternal() 1268 int params = scope.ParameterCount(); in WriteBodyInternal()
|
D | objects-printer.cc | 2400 os << "\n - parameters: " << ParameterCount(); in ScopeInfoPrint()
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 562 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/ |
D | instruction-selector-ppc.cc | 1896 call_descriptor->ParameterCount())), in EmitPrepareArguments()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 1335 call_descriptor->ParameterCount())), in EmitPrepareArguments()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2124 call_descriptor->ParameterCount())), in EmitPrepareArguments()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 1675 call_descriptor->ParameterCount())), in EmitPrepareArguments()
|