Home
last modified time | relevance | path

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

/dalvik/vm/reflect/
DReflect.h104 Object* dvmCreateReflectObjForMethod(const ClassObject* clazz, Method* method);
DReflect.c1242 Object* dvmCreateReflectObjForMethod(const ClassObject* clazz, Method* method) in dvmCreateReflectObjForMethod() function
DAnnotation.c508 elemObj = dvmCreateReflectObjForMethod(clazz, meth); in processAnnotationValue()
/dalvik/vm/
DJni.c1825 Object* obj = dvmCreateReflectObjForMethod(clazz, (Method*) methodID); in ToReflectedMethod()