Searched defs:annotationSetSection (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexWriter.java144 public final AnnotationSetSectionType annotationSetSection; field in class:DexWriter
158 this.annotationSetSection = sectionProvider.getAnnotationSetSection();
627 for (Map.Entry<? extends AnnotationSetKey, Integer> entry: annotationSetSection.getItems()) {
629 .immutableSortedCopy(annotationSetSection.getAnnotations(entry.getKey()));
662 if (annotationSetSection.getAnnotations(annotationSetKey).size() > 0) {
663 writer.writeInt(annotationSetSection.getItemOffset(annotationSetKey));
709 tempBuffer.putInt(annotationSetSection.getItemOffset(fieldAnnotationsKey));
718 tempBuffer.putInt(annotationSetSection.getItemOffset(methodAnnotationsKey));
753 writer.writeInt(annotationSetSection.getNullableItemOffset(classAnnotationKey));
1208 if (annotationSetSection
[all...]

Completed in 178 milliseconds