Searched refs:directSubtypes (Results 1 – 1 of 1) sorted by relevance
33 private Set<DexType> directSubtypes = NO_DIRECT_SUBTYPE; field in DexType52 if (directSubtypes == NO_DIRECT_SUBTYPE) { in ensureDirectSubTypeSet()53 directSubtypes = Sets.newIdentityHashSet(); in ensureDirectSubTypeSet()75 directSubtypes.add(type); in addDirectSubtype()93 directSubtypes.add(type); in addInterfaceSubtype()98 type.directSubtypes = NO_DIRECT_SUBTYPE; in clearSubtypeInformation()117 return other.directSubtypes.stream().anyMatch(subtype -> this.isSubtypeOf(subtype, in isSubtypeOf()160 for (DexType subtype : directSubtypes) { in forAllExtendsSubtypes()168 for (DexType subtype : directSubtypes) { in forAllExtendsSubtypes()175 directSubtypes.forEach(f); in forAllExtendsSubtypes()[all …]