Searched refs:isCompatibleElementType (Results 1 – 10 of 10) sorted by relevance
45 bool RefType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::RefType63 return this->isCompatibleElementType( in isCompatibleElementType()67 return this->isCompatibleElementType( in isCompatibleElementType()
63 bool isCompatibleElementType(const Type* elementType) const override;
33 bool isCompatibleElementType(const Type* elementType) const override;
162 bool FmqType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::FmqType
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()
35 bool isCompatibleElementType(const Type* elementType) const override;
176 bool isCompatibleElementType(const Type* elementType) const override;
392 virtual bool isCompatibleElementType(const Type* elementType) const = 0;
793 if (!isCompatibleElementType(mElementType.get())) { in validate()
811 bool BitFieldType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::BitFieldType