Home
last modified time | relevance | path

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

/art/runtime/
Dlock_word.h81 kThinLockCountOne = 1 << kThinLockCountShift, // == 65536 (0x10000) enumerator
Dasm_support.h219 ADD_TEST_EQ(LOCK_WORD_THIN_LOCK_COUNT_ONE, static_cast<int32_t>(art::LockWord::kThinLockCountOne)) in CheckAsmSupportOffsetsAndSizes()