HomeSort by relevance Sort by last modified time
    Searched refs:kThinLockCountShift (Results 1 - 2 of 2) sorted by null

  /art/runtime/
lock_word.h 67 kThinLockCountShift = kThinLockOwnerSize + kThinLockOwnerShift,
72 kStateShift = kThinLockCountSize + kThinLockCountShift,
87 return LockWord((thread_id << kThinLockOwnerShift) | (count << kThinLockCountShift) |
lock_word-inl.h 32 return (value_ >> kThinLockCountShift) & kThinLockCountMask;

Completed in 54 milliseconds