Searched refs:supertype (Results 1 – 2 of 2) sorted by relevance
221 Type supertype = supertypeBearer.getType(); in isPossiblyAssignableFrom() local224 if (supertype.equals(subtype)) { in isPossiblyAssignableFrom()229 int superBt = supertype.getBasicType(); in isPossiblyAssignableFrom()235 supertype = Type.OBJECT; in isPossiblyAssignableFrom()249 return supertype.isIntlike() && subtype.isIntlike(); in isPossiblyAssignableFrom()254 if (supertype == Type.KNOWN_NULL) { in isPossiblyAssignableFrom()267 } else if (supertype == Type.OBJECT) { in isPossiblyAssignableFrom()272 } else if (supertype.isArray()) { in isPossiblyAssignableFrom()285 supertype = supertype.getComponentType(); in isPossiblyAssignableFrom()287 } while (supertype.isArray() && subtype.isArray()); in isPossiblyAssignableFrom()[all …]
460 int supertype = readInt(); in readClassDef() local466 return new ClassDef(Dex.this, offset, type, accessFlags, supertype, in readClassDef()