Searched defs:kHashCode (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dlock_word-inl.h56 DCHECK_EQ(GetState(), kHashCode); local
H A Dlock_word.h79 // When the state is kHashCode, the non-state bits hold the hashcode.
105 kHashCode, // Lock word contains an identity hash. enumerator in enum:art::LockWord::LockState
118 return kHashCode;
150 // Return the hash code stored in the lock word, must be kHashCode state.

Completed in 31 milliseconds