Searched refs:annotationOffset (Results 1 – 4 of 4) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | AnnotationDirectoryItem.java | 80 int annotationOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator() local 81 … out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset)); in makeAnnotator() 95 int annotationOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator() local 96 … out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset)); in makeAnnotator() 110 int annotationOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator() local 111 … out.annotate(4, "%s", AnnotationSetRefList.getReferenceAnnotation(dexFile, annotationOffset)); in makeAnnotator()
|
D | AnnotationSetItem.java | 58 int annotationOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator() local 59 … out.annotate(4, AnnotationItem.getReferenceAnnotation(dexFile, annotationOffset)); in makeAnnotator()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedAnnotation.java | 48 int annotationOffset) { in DexBackedAnnotation() argument 51 DexReader reader = dexFile.readerAt(annotationOffset); in DexBackedAnnotation()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/ |
D | AnnotationsDirectory.java | 107 … int annotationOffset = dexFile.readSmallUint(annotationSetOffset + 4 + (4*index)); in getAnnotations() 108 return new DexBackedAnnotation(dexFile, annotationOffset); in getAnnotations()
|