Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DGraphLense.java51 return new NestedGraphLense(typeMap, methodMap, fieldMap, previousLense, dexItemFactory); in build()
99 private static class NestedGraphLense extends GraphLense { class in GraphLense
109 private NestedGraphLense(Map<DexType, DexType> typeMap, Map<DexMethod, DexMethod> methodMap, in NestedGraphLense() method in GraphLense.NestedGraphLense