Searched refs:kThinLockMaxCount (Results 1 – 2 of 2) sorted by relevance
80 kThinLockMaxCount = kThinLockCountMask, enumerator113 CHECK_LE(count, static_cast<uint32_t>(kThinLockMaxCount)); in FromThinLockId()
762 if (monitor->lock_count_ > LockWord::kThinLockMaxCount) { in Deflate()881 if (LIKELY(new_count <= LockWord::kThinLockMaxCount)) { in MonitorEnter()