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
507 elemObj = dvmCreateReflectObjForMethod(clazz, meth); in processAnnotationValue()
1277 obj = (jobject) dvmCreateReflectObjForMethod((ClassObject*) cls, in ToReflectedMethod()