Home
last modified time | relevance | path

Searched refs:annotationsDirectory (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DClassDefItem.java73 private AnnotationsDirectoryItem annotationsDirectory; field in ClassDefItem
110 this.annotationsDirectory = new AnnotationsDirectoryItem(); in ClassDefItem()
159 if (! annotationsDirectory.isEmpty()) { in addContents()
160 if (annotationsDirectory.isInternable()) { in addContents()
161 annotationsDirectory = wordData.intern(annotationsDirectory); in addContents()
163 wordData.add(annotationsDirectory); in addContents()
177 int annoOff = annotationsDirectory.isEmpty() ? 0 : in writeTo()
178 annotationsDirectory.getAbsoluteOffset(); in writeTo()
327 annotationsDirectory.setClassAnnotations(annotations, dexFile); in setClassAnnotations()
339 annotationsDirectory.addFieldAnnotations(field, annotations, dexFile); in addFieldAnnotations()
[all …]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DClassDefItem.java76 private AnnotationsDirectoryItem annotationsDirectory; field in ClassDefItem
113 this.annotationsDirectory = new AnnotationsDirectoryItem(); in ClassDefItem()
162 if (! annotationsDirectory.isEmpty()) { in addContents()
163 if (annotationsDirectory.isInternable()) { in addContents()
164 annotationsDirectory = wordData.intern(annotationsDirectory); in addContents()
166 wordData.add(annotationsDirectory); in addContents()
180 int annoOff = annotationsDirectory.isEmpty() ? 0 : in writeTo()
181 annotationsDirectory.getAbsoluteOffset(); in writeTo()
329 annotationsDirectory.setClassAnnotations(annotations); in setClassAnnotations()
340 annotationsDirectory.addFieldAnnotations(field, annotations); in addFieldAnnotations()
[all …]
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java150 writerSizes.annotationsDirectory, "annotations directory"); in DexMerger()
1080 private int annotationsDirectory; field in DexMerger.WriterSizes
1105 annotationsDirectory = dexMerger.annotationsDirectoryOut.used(); in WriterSizes()
1127 annotationsDirectory += contents.annotationsDirectories.byteCount; in plus()
1164 annotationsDirectory = fourByteAlign(annotationsDirectory); in fourByteAlign()
1176 + encodedArray + annotationsDirectory + annotationsSet + annotationsSetRefList in size()