Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java196 Dex.Section annotationIn = dex.open(annotationOffset); // annotation_item in getAnnotation() local
200 com.android.dex.Annotation candidate = annotationIn.readAnnotation(); in getAnnotation()
540 Dex.Section annotationIn = dex.open(annotationOffset); // annotation_item in getAnnotationReader() local
541 com.android.dex.Annotation candidate = annotationIn.readAnnotation(); in getAnnotationReader()
625 Dex.Section annotationIn = dex.open(annotationOffset); // annotation_item in annotationSetToAnnotations() local
626 com.android.dex.Annotation annotation = annotationIn.readAnnotation(); in annotationSetToAnnotations()