Searched defs:annos (Results 1 – 7 of 7) sorted by relevance
105 ArrayObject* annos = dvmGetMethodAnnotations(meth); in Dalvik_java_lang_reflect_Constructor_getDeclaredAnnotations() local126 ArrayObject* annos = dvmGetParameterAnnotations(meth); in Dalvik_java_lang_reflect_Constructor_getParameterAnnotations() local
132 ArrayObject* annos = dvmGetMethodAnnotations(meth); in Dalvik_java_lang_reflect_Method_getDeclaredAnnotations() local153 ArrayObject* annos = dvmGetParameterAnnotations(meth); in Dalvik_java_lang_reflect_Method_getParameterAnnotations() local
377 ArrayObject* annos = dvmGetFieldAnnotations(field); in Dalvik_java_lang_reflect_Field_getDeclaredAnnotations() local
712 ArrayObject* annos = dvmGetClassAnnotations(clazz); in Dalvik_java_lang_Class_getDeclaredAnnotations() local
29 Annotation[] annos; in printAnnotations() local
207 Annotation[] annos = getAnnotations(); in getAnnotation() local
327 Annotation[] annos = getDeclaredAnnotations(); in getAnnotations() local