Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/
DTableOfContents.java44 public final Section annotationSets = new Section(0x1003); field in TableOfContents
54 methodHandles, typeLists, annotationSetRefLists, annotationSets, classDatas, codes,
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java127 contentsOut.annotationSets.off = dexOut.getNextSectionStart(); in DexMerger()
687 TableOfContents.Section section = in.getTableOfContents().annotationSets; in transformAnnotationSets()
809 contentsOut.annotationSets.size++; in transformAnnotationSet()
1128 annotationsSet += contents.annotationSets.byteCount; in plus()