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

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

Completed in 53 milliseconds