Searched refs:annotationsDirectory (Results 1 – 3 of 3) sorted by relevance
73 private AnnotationsDirectoryItem annotationsDirectory; field in ClassDefItem110 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 …]
76 private AnnotationsDirectoryItem annotationsDirectory; field in ClassDefItem113 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 …]
150 writerSizes.annotationsDirectory, "annotations directory"); in DexMerger()1080 private int annotationsDirectory; field in DexMerger.WriterSizes1105 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()