Home
last modified time | relevance | path

Searched refs:ArgumentInfo (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dfast-api-calls.cc57 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 Dwasm-compiler.cc7391 builder.AddParam(MachineType::TypeForCType(c_signature->ArgumentInfo(i)));
7415 switch (c_signature->ArgumentInfo(i).GetType()) {
7776 CTypeInfo arg = info->ArgumentInfo(i + 1);
H A Deffect-control-linearizer.cc5019 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 Dsimplified-lowering.cc1944 c_signature->ArgumentInfo(i), op_params.feedback()); in VisitFastApiCall()
/third_party/node/deps/v8/src/execution/
H A Dencoded-c-signature.cc22 if (signature->ArgumentInfo(i).GetSequenceType() == in EncodedCSignature()
24 CTypeInfo::IsFloatingPointType(signature->ArgumentInfo(i).GetType())) { in EncodedCSignature()
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h402 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 Dv8-fast-api-calls.h411 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 Dc_parsing_helper.py19 class ArgumentInfo: class
69 self.arguments = [ArgumentInfo(arg) for arg in arguments]
H A Dc_wrapper_generator.py17 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 DOutputASM.h357 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 DOutputASM.cpp2329 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 Dgenerate_psa_wrappers.py99 def _detect_buffer_parameters(arguments: List[c_parsing_helper.ArgumentInfo],
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_ext_inst_test.cpp6326 %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 Dval_ext_inst_test.cpp6326 %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 Dval_ext_inst_test.cpp6535 %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 Dapi.cc10411 const CTypeInfo& CFunctionInfo::ArgumentInfo(unsigned int index) const { in ArgumentInfo() function in v8::OneByteMask::__anon13987::MapAsArrayKind::CFunctionInfo

Completed in 147 milliseconds