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 773 if (monitor->lock_count_ > LockWord::kThinLockMaxCount) {
    [all...]

Completed in 156 milliseconds