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

  /art/runtime/
lock_word.h 80 kThinLockMaxCount = kThinLockCountMask,
113 CHECK_LE(count, static_cast<uint32_t>(kThinLockMaxCount));
monitor.cc 608 if (monitor->lock_count_ > LockWord::kThinLockMaxCount) {
725 if (LIKELY(new_count <= LockWord::kThinLockMaxCount)) {
    [all...]

Completed in 156 milliseconds