Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc234 LockWord fat(this, lw.GCState()); in Install() local
236 bool success = GetObject()->CasLockWord(lw, fat, CASMode::kWeak, std::memory_order_release); in Install()
256 LockWord fat(this, lw.GCState()); in Install() local
257 return GetObject()->CasLockWord(lw, fat, CASMode::kWeak, std::memory_order_release); in Install()
/art/runtime/arch/
Dstub_test.cc578 bool fat[kNumberOfLocks]; // Whether a lock should be thin or fat. in TestUnlockObject() local
584 fat[i] = false; in TestUnlockObject()
593 if (!fat[index] && (r.next() % kMoveToFat == 0)) { in TestUnlockObject()
594 fat[index] = true; in TestUnlockObject()
630 if (fat[index]) { in TestUnlockObject()