Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DAppInfoWithSubtyping.java67 holderClass.superType.addDirectSubtype(holder); in populateAllSuperTypes()
82 dexItemFactory.objectType.addDirectSubtype(holder); in populateAllSuperTypes()
DDexType.java72 public void addDirectSubtype(DexType type) { in addDirectSubtype() method in DexType