Home
last modified time | relevance | path

Searched refs:hash_word (Results 1 – 1 of 1) sorted by relevance

/art/runtime/mirror/
Dobject.cc197 LockWord hash_word = LockWord::FromHashCode(GenerateIdentityHashCode(), lw.GCState()); in IdentityHashCode() local
198 DCHECK_EQ(hash_word.GetState(), LockWord::kHashCode); in IdentityHashCode()
201 if (current_this->CasLockWord(lw, hash_word, CASMode::kStrong, std::memory_order_relaxed)) { in IdentityHashCode()
202 return hash_word.GetHashCode(); in IdentityHashCode()