HomeSort by relevance Sort by last modified time
    Searched refs:kThinLockMaxCount (Results 1 - 2 of 2) sorted by null

  /art/runtime/
lock_word.h 69 kThinLockMaxCount = kThinLockCountMask,
monitor.cc 631 if (monitor->lock_count_ > LockWord::kThinLockMaxCount) {
743 if (LIKELY(new_count <= LockWord::kThinLockMaxCount)) {
    [all...]

Completed in 52 milliseconds