HomeSort by relevance Sort by last modified time
    Searched defs:annotationSetSection (Results 1 - 2 of 2) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java 136 protected final AnnotationSetSection<AnnotationKey, AnnotationSetKey> annotationSetSection;
149 AnnotationSetSection<AnnotationKey, AnnotationSetKey> annotationSetSection) {
160 this.annotationSetSection = annotationSetSection;
611 for (Map.Entry<? extends AnnotationSetKey, Integer> entry: annotationSetSection.getItems()) {
613 .immutableSortedCopy(annotationSetSection.getAnnotations(entry.getKey()));
646 if (annotationSetSection.getAnnotations(annotationSetKey).size() > 0) {
647 writer.writeInt(annotationSetSection.getItemOffset(annotationSetKey))
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 104 milliseconds