Home
last modified time | relevance | path

Searched refs:kThinLockCountShift (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dlock_word.h85 kThinLockCountShift = kThinLockOwnerSize + kThinLockOwnerShift, enumerator
88 kThinLockCountOne = 1 << kThinLockCountShift, // == 65536 (0x10000)
89 kThinLockCountMaskShifted = kThinLockCountMask << kThinLockCountShift,
92 kStateShift = kReadBarrierStateSize + kThinLockCountSize + kThinLockCountShift +
104 kReadBarrierStateShift = kThinLockCountSize + kThinLockCountShift,
144 (count << kThinLockCountShift) | in FromThinLockId()
Dlock_word-inl.h34 return (value_ >> kThinLockCountShift) & kThinLockCountMask; in ThinLockCount()
/art/tools/cpp-define-generator/
Dlockword.def54 art::LockWord::kThinLockCountShift)