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

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

Completed in 230 milliseconds