OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
344
ADD_TEST_EQ(LOCK_WORD_THIN_LOCK_COUNT_ONE, static_cast<int32_t>(art::LockWord::
kThinLockCountOne
))
Completed in 179 milliseconds