Home
last modified time | relevance | path

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

/dalvik/vm/reflect/
DReflect.h134 ArrayObject* dvmGetMethodAnnotations(const Method* method);
DAnnotation.c1654 ArrayObject* dvmGetMethodAnnotations(const Method* method) in dvmGetMethodAnnotations() function
/dalvik/vm/native/
Djava_lang_reflect_Constructor.c105 ArrayObject* annos = dvmGetMethodAnnotations(meth); in Dalvik_java_lang_reflect_Constructor_getDeclaredAnnotations()
Djava_lang_reflect_Method.c132 ArrayObject* annos = dvmGetMethodAnnotations(meth); in Dalvik_java_lang_reflect_Method_getDeclaredAnnotations()