Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java102 int annotationsOff;// uint field in DexClassImpl.FieldAnnotation
108 int annotationsOff;// uint field in DexClassImpl.MethodAnnotation
114 int annotationsOff;// uint field in DexClassImpl.ParameterAnnotation
134 annotationDir.fieldAnnotations[i].annotationsOff = buffer in parseAnnotationDirectory()
148 annotationDir.methodAnnotations[i].annotationsOff = buffer in parseAnnotationDirectory()
164 annotationDir.parameterAnnotations[i].annotationsOff = in parseAnnotationDirectory()
DDexMethodImpl.java76 buffer.setPosition(parameterAnnotation.annotationsOff); in parseParameterAnnotations()
87 buffer.setPosition(methodAnnotation.annotationsOff); in parseAnnotations()
DDexFieldImpl.java60 buffer.setPosition(fieldAnnotation.annotationsOff); in parseAnnotations()