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

  /art/runtime/
lock_word.h 81 kThinLockCountOne = 1 << kThinLockCountShift, // == 65536 (0x10000)
asm_support.h 219 ADD_TEST_EQ(LOCK_WORD_THIN_LOCK_COUNT_ONE, static_cast<int32_t>(art::LockWord::kThinLockCountOne))

Completed in 52 milliseconds