/third_party/node/deps/v8/src/compiler/ |
H A D | fast-api-calls.cc | 57 candidates[i].signature->ArgumentInfo(arg_index + kReceiver); in ResolveOverloads() 111 if (c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kFloat32 || in CanOptimizeFastSignature() 112 c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kFloat64) { in CanOptimizeFastSignature() 118 if (c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kInt64 || in CanOptimizeFastSignature() 119 c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kUint64) { in CanOptimizeFastSignature()
|
H A D | wasm-compiler.cc | 7391 builder.AddParam(MachineType::TypeForCType(c_signature->ArgumentInfo(i))); 7415 switch (c_signature->ArgumentInfo(i).GetType()) { 7776 CTypeInfo arg = info->ArgumentInfo(i + 1);
|
H A D | effect-control-linearizer.cc | 5019 CTypeInfo arg_type = c_signature->ArgumentInfo( in AdaptOverloadedFastCallArgument() 5215 CTypeInfo type = c_signature->ArgumentInfo(i); in LowerFastApiCall() 5297 CTypeInfo type = c_signature->ArgumentInfo(i); in LowerFastApiCall()
|
H A D | simplified-lowering.cc | 1944 c_signature->ArgumentInfo(i), op_params.feedback()); in VisitFastApiCall()
|
/third_party/node/deps/v8/src/execution/ |
H A D | encoded-c-signature.cc | 22 if (signature->ArgumentInfo(i).GetSequenceType() == in EncodedCSignature() 24 CTypeInfo::IsFloatingPointType(signature->ArgumentInfo(i).GetType())) { in EncodedCSignature()
|
/third_party/node/deps/v8/include/ |
H A D | v8-fast-api-calls.h | 402 const CTypeInfo& ArgumentInfo(unsigned int index) const; 453 const CTypeInfo& ArgumentInfo(unsigned int index) const { in ArgumentInfo() function in v8::CFunction 454 return type_info_->ArgumentInfo(index); in ArgumentInfo() 478 if (ArgumentInfo(i).GetSequenceType() != in GetOverloadResolution() 479 other->ArgumentInfo(i).GetSequenceType()) { in GetOverloadResolution() 486 if (ArgumentInfo(i).GetSequenceType() == in GetOverloadResolution() 488 other->ArgumentInfo(i).GetSequenceType() == in GetOverloadResolution()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-fast-api-calls.h | 411 const CTypeInfo& ArgumentInfo(unsigned int index) const; 465 const CTypeInfo& ArgumentInfo(unsigned int index) const { in ArgumentInfo() function in v8::CFunction 466 return type_info_->ArgumentInfo(index); in ArgumentInfo() 490 if (ArgumentInfo(i).GetSequenceType() != in GetOverloadResolution() 491 other->ArgumentInfo(i).GetSequenceType()) { in GetOverloadResolution() 498 if (ArgumentInfo(i).GetSequenceType() == in GetOverloadResolution() 500 other->ArgumentInfo(i).GetSequenceType() == in GetOverloadResolution()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_parsing_helper.py | 19 class ArgumentInfo: class 69 self.arguments = [ArgumentInfo(arg) for arg in arguments]
|
H A D | c_wrapper_generator.py | 17 from .c_parsing_helper import ArgumentInfo, FunctionInfo namespace 130 arg: ArgumentInfo) -> str: 143 arg: ArgumentInfo) -> str:
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.h | 357 struct ArgumentInfo struct in glsl::OutputASM 359 ArgumentInfo(const BlockMemberInfo& b, const TType& t, int clampedIndex, int bufferIndex) : in ArgumentInfo() function 366 ArgumentInfo getArgumentInfo(TIntermTyped *argument, int index);
|
H A D | OutputASM.cpp | 2329 OutputASM::ArgumentInfo OutputASM::getArgumentInfo(TIntermTyped *arg, int index) in getArgumentInfo() 2333 ArgumentInfo argumentInfo(BlockMemberInfo::getDefaultBlockInfo(), type, -1, -1); in getArgumentInfo() 2394 const ArgumentInfo argumentInfo = getArgumentInfo(arg, index); in source() 2446 const ArgumentInfo argumentInfo = getArgumentInfo(arg, index); in source()
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_psa_wrappers.py | 99 def _detect_buffer_parameters(arguments: List[c_parsing_helper.ArgumentInfo],
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_ext_inst_test.cpp | 6326 %decl = OpExtInst %void %ext ArgumentInfo %foo_name in TEST_P() 6336 TEST_P(ArgumentBasics, ArgumentInfo) { in TEST_P() 6358 %info = OpExtInst %void %ext ArgumentInfo %in_name in TEST_P() 6394 HasSubstr("ArgInfo must be an ArgumentInfo extended instruction")); in TEST_P() 6420 %info = OpExtInst %void %ext2 ArgumentInfo %in_name in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_ext_inst_test.cpp | 6326 %decl = OpExtInst %void %ext ArgumentInfo %foo_name in TEST_P() 6336 TEST_P(ArgumentBasics, ArgumentInfo) { in TEST_P() 6358 %info = OpExtInst %void %ext ArgumentInfo %in_name in TEST_P() 6394 HasSubstr("ArgInfo must be an ArgumentInfo extended instruction")); in TEST_P() 6420 %info = OpExtInst %void %ext2 ArgumentInfo %in_name in TEST_P()
|
/third_party/spirv-tools/test/val/ |
H A D | val_ext_inst_test.cpp | 6535 %decl = OpExtInst %void %ext ArgumentInfo %foo_name in TEST_P() 6545 TEST_P(ArgumentBasics, ArgumentInfo) { in TEST_P() 6567 %info = OpExtInst %void %ext ArgumentInfo %in_name in TEST_P() 6603 HasSubstr("ArgInfo must be an ArgumentInfo extended instruction")); in TEST_P() 6629 %info = OpExtInst %void %ext2 ArgumentInfo %in_name in TEST_P()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 10411 const CTypeInfo& CFunctionInfo::ArgumentInfo(unsigned int index) const { in ArgumentInfo() function in v8::OneByteMask::__anon13987::MapAsArrayKind::CFunctionInfo
|