Searched refs:IsInterfaceOrClass (Results 1 – 2 of 2) sorted by relevance
2026 if (IsInterfaceOrClass(to)) { in CheckFromJarray()2054 if (IsInterfaceOrClass(from) && IsInterfaceOrClass(to)) { in IsJavaAssignable()
372 bool IsInterfaceOrClass(const MIRType &mirType) const in IsInterfaceOrClass() function