Home
last modified time | relevance | path

Searched refs:GetSequenceType (Results 1 - 6 of 6) sorted by relevance

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

Completed in 28 milliseconds