Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexItemFactory.java158 public void clearSubtypeInformation() { in clearSubtypeInformation() method in DexItemFactory
159 types.values().forEach(DexType::clearSubtypeInformation); in clearSubtypeInformation()
DAppInfoWithSubtyping.java88 dexItemFactory.clearSubtypeInformation(); in populateSubtypeMap()
DDexType.java96 static void clearSubtypeInformation(DexType type) { in clearSubtypeInformation() method in DexType