Home
last modified time | relevance | path

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

/art/runtime/
Dlock_word.h80 kThinLockMaxCount = kThinLockCountMask, enumerator
113 CHECK_LE(count, static_cast<uint32_t>(kThinLockMaxCount)); in FromThinLockId()
Dmonitor.cc762 if (monitor->lock_count_ > LockWord::kThinLockMaxCount) { in Deflate()
881 if (LIKELY(new_count <= LockWord::kThinLockMaxCount)) { in MonitorEnter()