Home | History | Annotate | Download | only in vm

Lines Matching refs:dvmUnlockObject

1505         if (!dvmUnlockObject(self, *ptr)) {
1762 dvmUnlockObject(self, lockObj);
3451 * doesn't own the monitor. (dvmUnlockObject() takes care of the throw.)
3460 bool success = dvmUnlockObject(_self, obj);