Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java160 int offset = getAnnotationSetOffset(element); in getDeclaredAnnotations()
185 int annotationSetOffset = getAnnotationSetOffset(element); in getAnnotation()
213 private static int getAnnotationSetOffset(AnnotatedElement element) { in getAnnotationSetOffset() method in AnnotationAccess
529 int annotationSetOffset = getAnnotationSetOffset(element); in getAnnotationReader()