Searched refs:IsMIRJarrayType (Results 1 – 3 of 3) sorted by relevance
2060 … while (toElemType != nullptr && (toElemType->IsMIRJarrayType() || toElemType->IsMIRPtrType())) { in VerifyJarrayDimention()2061 …toElemType = toElemType->IsMIRJarrayType() ? static_cast<const MIRJarrayType *>(toElemType)->GetEl… in VerifyJarrayDimention()2087 if (fromMIRType->IsMIRJarrayType()) { in Verify()2168 if (valType != nullptr && !valType->IsMIRJarrayType()) { in VerifyJArrayLength()
1034 bool IsMIRJarrayType() const in IsMIRJarrayType() function
382 return from.IsMIRPtrType() || from.IsMIRJarrayType(); in BothPointerOrJarray()