Home
last modified time | relevance | path

Searched refs:fat (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/
Dstub_test.cc707 bool fat[kNumberOfLocks]; // Whether a lock should be thin or fat. in TestUnlockObject() local
713 fat[i] = false; in TestUnlockObject()
722 if (!fat[index] && (r.next() % kMoveToFat == 0)) { in TestUnlockObject()
723 fat[index] = true; in TestUnlockObject()
759 if (fat[index]) { in TestUnlockObject()
/art/runtime/
Dmonitor.cc158 LockWord fat(this, lw.ReadBarrierState()); in Install() local
160 bool success = GetObject()->CasLockWordWeakSequentiallyConsistent(lw, fat); in Install()