Home
last modified time | relevance | path

Searched refs:GetUIntPtrType (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtypes.cc1177 } else if (this == TypeOracle::GetUIntPtrType()) { in AlignmentLog2()
1256 } else if (type->IsSubtypeOf(TypeOracle::GetUIntPtrType())) { in SizeOf()
1278 type == TypeOracle::GetUIntPtrType(); in IsAnyUnsignedInteger()
1294 return type->IsSubtypeOf(TypeOracle::GetUIntPtrType()) || in IsPointerSizeIntegralType()
Dtype-oracle.h266 static const Type* GetUIntPtrType() { in GetUIntPtrType() function
Dcsa-generator.cc275 } else if (return_type->IsSubtypeOf(TypeOracle::GetUIntPtrType())) { in EmitInstruction()