Home
last modified time | relevance | path

Searched defs:itemFactory (Results 1 – 5 of 5) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/naming/
DNamingState.java22 private final DexItemFactory itemFactory; field in NamingState
26 DexItemFactory itemFactory, List<String> dictionary) { in createRoot()
30 private NamingState(NamingState<T> parent, DexItemFactory itemFactory, List<String> dictionary) { in NamingState()
112 protected final DexItemFactory itemFactory; field in NamingState.InternalState
119 private InternalState(DexItemFactory itemFactory, InternalState parentInternalState, in InternalState()
128 private InternalState(DexItemFactory itemFactory, InternalState parentInternalState, in InternalState()
/external/r8/src/main/java/com/android/tools/r8/utils/
DMainDexList.java25 public static Set<DexType> parse(Path path, DexItemFactory itemFactory) throws IOException { in parse()
31 public static Set<DexType> parse(InputStream input, DexItemFactory itemFactory) { in parse()
DInternalOptions.java22 public final DexItemFactory itemFactory; field in InternalOptions
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexEncodedMethod.java270 public DexEncodedMethod toMethodThatLogsError(DexItemFactory itemFactory) { in toMethodThatLogsError()
334 public DexEncodedMethod toForwardingMethod(DexClass holder, DexItemFactory itemFactory) { in toForwardingMethod()
/external/r8/src/main/java/com/android/tools/r8/dex/
DApplicationReader.java52 final DexItemFactory itemFactory; field in ApplicationReader