Searched refs:kThinLockCountShift (Results 1 – 3 of 3) sorted by relevance
85 kThinLockCountShift = kThinLockOwnerSize + kThinLockOwnerShift, enumerator88 kThinLockCountOne = 1 << kThinLockCountShift, // == 65536 (0x10000)89 kThinLockCountMaskShifted = kThinLockCountMask << kThinLockCountShift,92 kStateShift = kReadBarrierStateSize + kThinLockCountSize + kThinLockCountShift +104 kReadBarrierStateShift = kThinLockCountSize + kThinLockCountShift,144 (count << kThinLockCountShift) | in FromThinLockId()
34 return (value_ >> kThinLockCountShift) & kThinLockCountMask; in ThinLockCount()
54 art::LockWord::kThinLockCountShift)