Searched refs:acqObj (Results 1 – 1 of 1) sorted by relevance
1925 static void updateDeadlockPrediction(Thread* self, Object* acqObj) in updateDeadlockPrediction() argument1933 lod = dvmFindInMonitorList(self, acqObj); in updateDeadlockPrediction()1935 LOGV("+++ DP: recursive %p\n", acqObj); in updateDeadlockPrediction()1950 if (!IS_LOCK_FAT(&acqObj->lock)) { in updateDeadlockPrediction()1952 acqObj, LW_LOCK_COUNT(acqObj->lock.thin)); in updateDeadlockPrediction()1953 inflateMonitor(self, acqObj); in updateDeadlockPrediction()1957 if (LW_MONITOR(acqObj->lock)->historyRawStackTrace == NULL) { in updateDeadlockPrediction()1958 Monitor* mon = LW_MONITOR(acqObj->lock); in updateDeadlockPrediction()1983 if (objectInChildList(mrl->obj, acqObj)) in updateDeadlockPrediction()1996 mrl->obj, acqObj, LW_LOCK_COUNT(mrl->obj->lock)); in updateDeadlockPrediction()[all …]