Home
last modified time | relevance | path

Searched refs:class_annotations_off (Results 1 – 1 of 1) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java86 int class_annotations_off; // uint field in DexClassImpl.AnnotationsDirectoryItem
122 annotationDir.class_annotations_off = buffer.readUInt(); in parseAnnotationDirectory()
238 if (annotationDir != null && annotationDir.class_annotations_off != 0) { in parseClassAnnotations()
239 buffer.setPosition(annotationDir.class_annotations_off); in parseClassAnnotations()