Searched refs:annos (Results 1 – 5 of 5) sorted by relevance
29 Annotation[] annos; in printAnnotations() local32 annos = clazz.getAnnotations(); in printAnnotations()34 "(" + annos.length + "):"); in printAnnotations()35 printAnnotationArray("", annos); in printAnnotations()39 annos = c.getDeclaredAnnotations(); in printAnnotations()41 printAnnotationArray(" ", annos); in printAnnotations()50 annos = m.getDeclaredAnnotations(); in printAnnotations()52 printAnnotationArray(" ", annos); in printAnnotations()61 annos = f.getDeclaredAnnotations(); in printAnnotations()63 printAnnotationArray(" ", annos); in printAnnotations()
130 ArrayObject* annos = dvmGetMethodAnnotations(meth); in Dalvik_java_lang_reflect_Method_getDeclaredAnnotations() local131 dvmReleaseTrackedAlloc((Object*)annos, NULL); in Dalvik_java_lang_reflect_Method_getDeclaredAnnotations()132 RETURN_PTR(annos); in Dalvik_java_lang_reflect_Method_getDeclaredAnnotations()180 ArrayObject* annos = dvmGetParameterAnnotations(meth); in Dalvik_java_lang_reflect_Method_getParameterAnnotations() local181 dvmReleaseTrackedAlloc((Object*)annos, NULL); in Dalvik_java_lang_reflect_Method_getParameterAnnotations()182 RETURN_PTR(annos); in Dalvik_java_lang_reflect_Method_getParameterAnnotations()
615 ArrayObject* annos = dvmGetFieldAnnotations(field); in Dalvik_java_lang_reflect_Field_getDeclaredAnnotations() local616 dvmReleaseTrackedAlloc((Object*) annos, NULL); in Dalvik_java_lang_reflect_Field_getDeclaredAnnotations()617 RETURN_PTR(annos); in Dalvik_java_lang_reflect_Field_getDeclaredAnnotations()
711 ArrayObject* annos = dvmGetClassAnnotations(clazz); in Dalvik_java_lang_Class_getDeclaredAnnotations() local712 dvmReleaseTrackedAlloc((Object*) annos, NULL); in Dalvik_java_lang_Class_getDeclaredAnnotations()713 RETURN_PTR(annos); in Dalvik_java_lang_Class_getDeclaredAnnotations()
49 Decl annos: []50 Param annos (1) : [[]]