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

  /art/runtime/
lock_word-inl.h 64 DCHECK_EQ(GetState(), kHashCode);
lock_word.h 119 // When the state is kHashCode, the non-state bits hold the hashcode.
176 kHashCode, // Lock word contains an identity hash.
191 return kHashCode;
247 // Return the hash code stored in the lock word, must be kHashCode state.

Completed in 69 milliseconds