Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DAppInfoWithSubtyping.java55 populateAllSuperTypes(map, superType, baseClass, definitions); in populateSuperType()
60 private void populateAllSuperTypes(Hashtable<DexType, Set<DexType>> map, DexType holder, in populateAllSuperTypes() method in AppInfoWithSubtyping
92 populateAllSuperTypes(map, entry.getKey(), entry.getValue(), classes::get); in populateSubtypeMap()