Home
last modified time | relevance | path

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

/art/runtime/
Dlock_word.h69 kThinLockMaxCount = kThinLockCountMask, enumerator
Dmonitor.cc631 if (monitor->lock_count_ > LockWord::kThinLockMaxCount) { in Deflate()
743 if (LIKELY(new_count <= LockWord::kThinLockMaxCount)) { in MonitorEnter()