Home
last modified time | relevance | path

Searched refs:subtypeMap (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/graph/
DAppInfoWithSubtyping.java20 private final Hashtable<DexType, ImmutableSet<DexType>> subtypeMap = new Hashtable<>(); field in AppInfoWithSubtyping
30 subtypeMap.putAll(previous.subtypeMap); in AppInfoWithSubtyping()
45 ImmutableSet<DexType> subtypes = subtypeMap.get(type); in subtypes()
95 subtypeMap.put(entry.getKey(), ImmutableSet.copyOf(entry.getValue())); in populateSubtypeMap()