Home
last modified time | relevance | path

Searched refs:MixedSectionCollection (Results 1 – 25 of 26) sorted by relevance

12

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexItem.java7 import com.android.tools.r8.dex.MixedSectionCollection;
16 public static <T extends DexItem> void collectAll(MixedSectionCollection mixedItems, T[] items) { in collectAll()
37 abstract void collectMixedSectionItems(MixedSectionCollection collection); in collectMixedSectionItems()
DDexEncodedArray.java7 import com.android.tools.r8.dex.MixedSectionCollection;
24 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexAnnotationElement.java7 import com.android.tools.r8.dex.MixedSectionCollection;
48 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexAnnotationSetRefList.java7 import com.android.tools.r8.dex.MixedSectionCollection;
51 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexClasspathClass.java8 import com.android.tools.r8.dex.MixedSectionCollection;
33 public void addDependencies(MixedSectionCollection collector) { in addDependencies()
DDexLibraryClass.java8 import com.android.tools.r8.dex.MixedSectionCollection;
38 public void addDependencies(MixedSectionCollection collector) { in addDependencies()
DCode.java7 import com.android.tools.r8.dex.MixedSectionCollection;
54 void collectMixedSectionItems(MixedSectionCollection collection) { in collectMixedSectionItems()
DDexMemberAnnotation.java7 import com.android.tools.r8.dex.MixedSectionCollection;
26 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexProgramClass.java8 import com.android.tools.r8.dex.MixedSectionCollection;
58 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
65 public void addDependencies(MixedSectionCollection collector) { in addDependencies()
DDexEncodedAnnotation.java7 import com.android.tools.r8.dex.MixedSectionCollection;
31 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexAnnotationSet.java7 import com.android.tools.r8.dex.MixedSectionCollection;
50 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexDebugInfo.java7 import com.android.tools.r8.dex.MixedSectionCollection;
62 void collectMixedSectionItems(MixedSectionCollection collection) { in collectMixedSectionItems()
DDexClass.java7 import com.android.tools.r8.dex.MixedSectionCollection;
66 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
148 public abstract void addDependencies(MixedSectionCollection collector); in addDependencies()
DIndexedDexItem.java7 import com.android.tools.r8.dex.MixedSectionCollection;
42 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexEncodedField.java7 import com.android.tools.r8.dex.MixedSectionCollection;
39 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexCode.java10 import com.android.tools.r8.dex.MixedSectionCollection;
297 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
361 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
403 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
444 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexTypeList.java7 import com.android.tools.r8.dex.MixedSectionCollection;
44 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexAnnotationDirectory.java7 import com.android.tools.r8.dex.MixedSectionCollection;
105 public void collectMixedSectionItems(MixedSectionCollection collection) { in collectMixedSectionItems()
DDexAnnotation.java7 import com.android.tools.r8.dex.MixedSectionCollection;
58 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexCallSite.java7 import com.android.tools.r8.dex.MixedSectionCollection;
88 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexDebugEvent.java9 import com.android.tools.r8.dex.MixedSectionCollection;
19 public void collectMixedSectionItems(MixedSectionCollection collection) { in collectMixedSectionItems()
DDexValue.java9 import com.android.tools.r8.dex.MixedSectionCollection;
44 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
DDexEncodedMethod.java22 import com.android.tools.r8.dex.MixedSectionCollection;
176 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems()
/external/r8/src/main/java/com/android/tools/r8/dex/
DMixedSectionCollection.java26 public abstract class MixedSectionCollection { class
DApplicationWriter.java49 private static class SortAnnotations extends MixedSectionCollection {

12