Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/
DTableOfContents.java43 public final Section annotationSetRefLists = new Section(0x1002); field in TableOfContents
54 methodHandles, typeLists, annotationSetRefLists, annotationSets, classDatas, codes,
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java123 contentsOut.annotationSetRefLists.off = dexOut.getNextSectionStart(); in DexMerger()
697 TableOfContents.Section section = in.getTableOfContents().annotationSetRefLists; in transformAnnotationSetRefLists()
825 contentsOut.annotationSetRefLists.size++; in transformAnnotationSetRefList()
1129 annotationsSetRefList += contents.annotationSetRefLists.byteCount; in plus()