Home | History | Annotate | Download | only in reflect

Lines Matching refs:methodObj

875     Object* methodObj = NULL;
914 methodObj = dvmCreateReflectMethodObject((Method*) method->insns);
915 if (methodObj == NULL) {
955 thisObj, methodObj, argArray);
988 dvmReleaseTrackedAlloc(methodObj, self);