Home | History | Annotate | Download | only in c

Lines Matching refs:obj

4         Object* obj;
20 obj = (Object*) GET_REGISTER(vdst);
21 if (obj != NULL) {
22 if (!checkForNull(obj))
24 if (!dvmCanPutArrayElement(obj->clazz, arrayObj->obj.clazz)) {
26 obj->clazz->descriptor, obj,
27 arrayObj->obj.clazz->descriptor, arrayObj);
28 //dvmDumpClass(obj->clazz);
29 //dvmDumpClass(arrayObj->obj.clazz);