Home
last modified time | relevance | path

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

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