Searched refs:annotationsDirectory (Results 1 – 3 of 3) sorted by relevance
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 …]
74 private AnnotationsDirectoryItem annotationsDirectory; field in ClassDefItem111 this.annotationsDirectory = new AnnotationsDirectoryItem(); in ClassDefItem()160 if (! annotationsDirectory.isEmpty()) { in addContents()161 if (annotationsDirectory.isInternable()) { in addContents()162 annotationsDirectory = wordData.intern(annotationsDirectory); in addContents()164 wordData.add(annotationsDirectory); in addContents()178 int annoOff = annotationsDirectory.isEmpty() ? 0 : in writeTo()179 annotationsDirectory.getAbsoluteOffset(); in writeTo()328 annotationsDirectory.setClassAnnotations(annotations, dexFile); in setClassAnnotations()340 annotationsDirectory.addFieldAnnotations(field, annotations, dexFile); in addFieldAnnotations()[all …]
153 writerSizes.annotationsDirectory, "annotations directory"); in DexMerger()1016 private int annotationsDirectory; field in DexMerger.WriterSizes1040 annotationsDirectory = dexMerger.annotationsDirectoryOut.used(); in WriterSizes()1062 annotationsDirectory += contents.annotationsDirectories.byteCount; in plus()1096 annotationsDirectory = fourByteAlign(annotationsDirectory); in fourByteAlign()1108 + encodedArray + annotationsDirectory + annotationsSet + annotationsSetRefList in size()