Searched refs:dvmCreateReflectObjForMethod (Results 1 – 4 of 4) sorted by relevance
104 Object* dvmCreateReflectObjForMethod(const ClassObject* clazz, Method* method);
1242 Object* dvmCreateReflectObjForMethod(const ClassObject* clazz, Method* method) in dvmCreateReflectObjForMethod() function
508 elemObj = dvmCreateReflectObjForMethod(clazz, meth); in processAnnotationValue()
1825 Object* obj = dvmCreateReflectObjForMethod(clazz, (Method*) methodID); in ToReflectedMethod()