Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DGraphLense.java123 DexType baseType = type.toBaseType(dexItemFactory); in lookupType()
DDexType.java351 public DexType toBaseType(DexItemFactory dexItemFactory) { in toBaseType() method in DexType
/external/r8/src/main/java/com/android/tools/r8/naming/
DClassNameMinifier.java159 DexType base = type.toBaseType(appInfo.dexItemFactory); in renameArrayTypeIfNeeded()
/external/r8/src/main/java/com/android/tools/r8/shaking/
DMainDexListBuilder.java114 DexType valueType = proto.returnType.toBaseType(appInfo.dexItemFactory); in isAnnotationWithEnum()
DSimpleClassMerger.java108 type = type.toBaseType(appInfo.dexItemFactory); in isProgramClass()
518 DexType base = type.toBaseType(application.dexItemFactory); in fixupType()
DEnqueuer.java170 holder = holder.toBaseType(appInfo.dexItemFactory); in registerItemWithTarget()
316 DexType baseType = type.toBaseType(appInfo.dexItemFactory); in registerTypeReference()
595 DexType baseType = method.holder.toBaseType(appInfo.dexItemFactory); in markVirtualMethodAsReachable()
DRootSetBuilder.java417 type = type.toBaseType(application.dexItemFactory); in includeDescriptor()