Searched refs:isCompatibleElementType (Results 1 – 8 of 8) sorted by relevance
67 bool isCompatibleElementType(const Type* elementType) const override;
34 bool VectorType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::VectorType64 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType()68 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType()
168 bool FmqType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::FmqType
35 bool isCompatibleElementType(const Type* elementType) const override;
182 bool isCompatibleElementType(const Type* elementType) const override;
370 virtual bool isCompatibleElementType(const Type* elementType) const = 0;
765 if (!isCompatibleElementType(mElementType.get())) { in validate()
850 bool BitFieldType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::BitFieldType