Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DInterfaceMethodRewriter.java167 private boolean isInMainDexList(DexType iface) { in isInMainDexList() method in InterfaceMethodRewriter
210 builder.addSynthesizedClass(entry.getValue(), isInMainDexList(entry.getKey().type)); in desugarInterfaceMethods()
DLambdaRewriter.java224 private boolean isInMainDexList(DexType type) { in isInMainDexList() method in LambdaRewriter
238 if (isInMainDexList(accessedFrom)) { in getOrCreateLambdaClass()