Home
last modified time | relevance | path

Searched refs:GetSequenceType (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dencoded-c-signature.cc22 if (signature->ArgumentInfo(i).GetSequenceType() == in EncodedCSignature()
33 if (signature->ReturnInfo().GetSequenceType() == in EncodedCSignature()
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h301 constexpr SequenceType GetSequenceType() const { return sequence_type_; } in GetSequenceType() function
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/src/compiler/
Dfast-api-calls.cc58 CTypeInfo::SequenceType sequence_type = type_info.GetSequenceType(); in ResolveOverloads()
Deffect-control-linearizer.cc4951 switch (arg_type.GetSequenceType()) { in AdaptFastCallArgument()
5030 switch (arg_type.GetSequenceType()) { in AdaptOverloadedFastCallArgument()
5217 type.GetSequenceType() == CTypeInfo::SequenceType::kScalar in LowerFastApiCall()
Dsimplified-lowering.cc1882 switch (type.GetSequenceType()) { in UseInfoForFastApiCallArgument()