Searched refs:fat (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | monitor_inflation.md | 12 lock must be "inflated". In that case, the `LockWord` contents reflect the "fat lock" state, and 59 it will notice the change and operate on the fat lock representation instead.
|
D | monitor.cc | 244 LockWord fat(this, lw.GCState()); in Install() local 246 bool success = GetObject()->CasLockWord(lw, fat, CASMode::kWeak, std::memory_order_release); in Install() 260 LockWord fat(this, lw.GCState()); in Install() local 261 return GetObject()->CasLockWord(lw, fat, CASMode::kWeak, std::memory_order_release); in Install()
|
/art/runtime/arch/ |
D | stub_test.cc | 578 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()
|