Home
last modified time | relevance | path

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

/dalvik/vm/reflect/
DReflect.h110 Object* dvmCreateReflectObjForMethod(const ClassObject* clazz, Method* method);
DReflect.cpp741 return dvmCreateReflectObjForMethod(result->clazz, result); in findConstructorOrMethodInArray()
1251 Object* dvmCreateReflectObjForMethod(const ClassObject* clazz, Method* method) in dvmCreateReflectObjForMethod() function
DAnnotation.cpp445 elemObj = dvmCreateReflectObjForMethod(clazz, meth); in processAnnotationValue()
/dalvik/vm/
DJni.cpp1361 Object* obj = dvmCreateReflectObjForMethod(clazz, (Method*) methodID); in ToReflectedMethod()