Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexProgramClass.java58 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexProgramClass
75 annotations.collectMixedSectionItems(collector); in addDependencies()
78 interfaces.collectMixedSectionItems(collector); in addDependencies()
80 annotations.collectMixedSectionItems(collector); in addDependencies()
DDexItem.java17 consumeArray(items, (T item) -> item.collectMixedSectionItems(mixedItems)); in collectAll()
37 abstract void collectMixedSectionItems(MixedSectionCollection collection); in collectMixedSectionItems() method in DexItem
DDexMemberAnnotation.java26 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexMemberAnnotation
27 annotations.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
DDexEncodedField.java39 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexEncodedField
40 annotations.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
DDexCode.java297 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexCode
300 debugInfo.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
361 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexCode.Try
403 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexCode.TryHandler
444 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexCode.TryHandler.TypeAddrPair
DDexEncodedArray.java24 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexEncodedArray
DDexAnnotationElement.java48 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexAnnotationElement
DDexAnnotationSetRefList.java51 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexAnnotationSetRefList
DDexEncodedMethod.java176 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexEncodedMethod
178 code.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
180 annotations.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
181 parameterAnnotations.collectMixedSectionItems(mixedItems); in collectMixedSectionItems()
DCode.java54 void collectMixedSectionItems(MixedSectionCollection collection) { in collectMixedSectionItems() method in Code
DDexEncodedAnnotation.java31 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexEncodedAnnotation
DDexAnnotationSet.java50 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexAnnotationSet
DDexDebugInfo.java62 void collectMixedSectionItems(MixedSectionCollection collection) { in collectMixedSectionItems() method in DexDebugInfo
DIndexedDexItem.java42 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in IndexedDexItem
DDexTypeList.java44 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexTypeList
DDexAnnotationDirectory.java105 public void collectMixedSectionItems(MixedSectionCollection collection) { in collectMixedSectionItems() method in DexAnnotationDirectory
DDexClass.java66 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexClass
DDexAnnotation.java58 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexAnnotation
DDexCallSite.java88 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexCallSite
DDexDebugEvent.java19 public void collectMixedSectionItems(MixedSectionCollection collection) { in collectMixedSectionItems() method in DexDebugEvent
DDexValue.java44 void collectMixedSectionItems(MixedSectionCollection mixedItems) { in collectMixedSectionItems() method in DexValue