Home
last modified time | relevance | path

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

/art/runtime/
Dlock_word.h67 kThinLockCountShift = kThinLockOwnerSize + kThinLockOwnerShift, enumerator
72 kStateShift = kThinLockCountSize + kThinLockCountShift,
87 return LockWord((thread_id << kThinLockOwnerShift) | (count << kThinLockCountShift) | in FromThinLockId()
Dlock_word-inl.h32 return (value_ >> kThinLockCountShift) & kThinLockCountMask; in ThinLockCount()