Searched defs:deepIsJavaCompatible (Results 1 – 11 of 11) sorted by relevance
89 bool PointerType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::PointerType
146 bool FmqType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::FmqType
177 bool HandleType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::HandleType
234 bool MemoryType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::MemoryType
244 bool Scope::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Scope
300 bool Method::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Method
617 bool VectorType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::VectorType
517 bool ArrayType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::ArrayType
963 bool Interface::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Interface
711 bool Type::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::Type
1932 bool CompoundType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::CompoundType