Home | History | Annotate | Download | only in reflect

Lines Matching refs:methodObj

942     Object* methodObj = NULL;
981 methodObj = dvmCreateReflectMethodObject((Method*) method->insns);
982 if (methodObj == NULL) {
1018 thisObj, methodObj, argArray);
1051 dvmReleaseTrackedAlloc(methodObj, self);