Home
last modified time | relevance | path

Searched refs:kUint64 (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dfast-api-calls.cc22 case CTypeInfo::Type::kUint64: in GetTypedArrayElementsKind()
102 c_signature->ReturnInfo().GetType() == CTypeInfo::Type::kUint64) { in CanOptimizeFastSignature()
119 c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kUint64) { in CanOptimizeFastSignature()
Dwasm-compiler.cc2073 case MachineSemantic::kUint64: in Min()
2088 case MachineSemantic::kUint64: in Max()
Dsimplified-lowering.cc1896 case CTypeInfo::Type::kUint64: in UseInfoForFastApiCallArgument()
Deffect-control-linearizer.cc5325 case CTypeInfo::Type::kUint64: in LowerFastApiCall()
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h85 kUint64, enumerator
132 semantic() == MachineSemantic::kUint64; in IsUnsigned()
191 MachineSemantic::kUint64); in Uint64()
295 case CTypeInfo::Type::kUint64: in TypeForCType()
Dmachine-type.cc78 case MachineSemantic::kUint64: in operator <<()
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h246 kUint64, enumerator
306 type == Type::kInt64 || type == Type::kUint64; in IsIntegralType()
649 V(uint64_t, kUint64) \
688 V(uint64_t, kUint64) \