HomeSort by relevance Sort by last modified time
    Searched refs:clearSubtypeInformation (Results 1 - 3 of 3) sorted by null

  /external/r8/src/main/java/com/android/tools/r8/graph/
AppInfoWithSubtyping.java 88 dexItemFactory.clearSubtypeInformation();
DexItemFactory.java 158 public void clearSubtypeInformation() {
159 types.values().forEach(DexType::clearSubtypeInformation);
DexType.java 96 static void clearSubtypeInformation(DexType type) {

Completed in 53 milliseconds