Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java227 int methodsSize = directoryIn.readInt(); in getAnnotationSetOffset() local
248 for (int i = 0; i < methodsSize; i++) { in getAnnotationSetOffset()
290 int methodsSize = directoryIn.readInt(); in getParameterAnnotations() local
298 for (int i = 0; i < methodsSize; i++) { in getParameterAnnotations()