Home | History | Annotate | Download | only in native

Lines Matching refs:thisPtr

32     Object* thisPtr = (Object*) args[0];
33 Object* clone = dvmCloneObject(thisPtr, ALLOC_DONT_TRACK);
43 Object* thisPtr = (Object*) args[0];
44 RETURN_INT(dvmIdentityHashCode(thisPtr));
52 Object* thisPtr = (Object*) args[0];
54 RETURN_PTR(thisPtr->clazz);
66 Object* thisPtr = (Object*) args[0];
68 dvmObjectNotify(self, thisPtr);
78 Object* thisPtr = (Object*) args[0];
80 dvmObjectNotifyAll(self, thisPtr);
90 Object* thisPtr = (Object*) args[0];
92 dvmObjectWait(self, thisPtr, GET_ARG_LONG(args,1), (s4)args[3], true);