Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc722 bool fat[kNumberOfLocks]; // Whether a lock should be thin or fat. in TestUnlockObject() local
728 fat[i] = false; in TestUnlockObject()
737 if (!fat[index] && (r.next() % kMoveToFat == 0)) { in TestUnlockObject()
738 fat[index] = true; in TestUnlockObject()
774 if (fat[index]) { in TestUnlockObject()
/art/runtime/
Dmonitor.cc165 LockWord fat(this); in Install() local
167 bool success = GetObject()->CasLockWordWeakSequentiallyConsistent(lw, fat); in Install()