Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexAnnotationSetRefList.java51 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
53 collectAll(mixedItems, values); in collectMixedSectionItems()
54 mixedItems.add(this); in collectMixedSectionItems()
DDexAnnotationSet.java50 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
51 mixedItems.add(this); in collectMixedSectionItems()
52 collectAll(mixedItems, annotations); in collectMixedSectionItems()
DDexEncodedArray.java24 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
25 mixedItems.add(this); in collectMixedSectionItems()
DDexItem.java16 public static <T extends DexItem> void collectAll(MixedSectionCollection mixedItems, T[] items) { in collectAll() argument
17 consumeArray(items, (T item) -> item.collectMixedSectionItems(mixedItems)); in collectAll()
DDexMemberAnnotation.java26 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
27 annotations.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
DDexCode.java297 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
298 if (mixedItems.add(this)) { in collectMixedSectionItems()
300 debugInfo.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
361 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
403 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
444 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
DDexEncodedField.java39 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
40 annotations.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
DDexTypeList.java44 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
45 mixedItems.add(this); in collectMixedSectionItems()
DDexProgramClass.java58 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
60 mixedItems.setAnnotationsDirectoryForClass(this, new DexAnnotationDirectory(this)); in collectMixedSectionItems()
DDexAnnotationElement.java48 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
DDexEncodedMethod.java176 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
178 code.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
180 annotations.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
181 parameterAnnotations.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
DDexAnnotation.java58 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
59 mixedItems.add(this); in collectMixedSectionItems()
DDexCallSite.java88 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
89 mixedItems.add(getEncodedArray()); in collectMixedSectionItems()
DDexEncodedAnnotation.java31 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
DIndexedDexItem.java42 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
DDexClass.java66 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument
DDexValue.java44 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() argument