Searched refs:hash_word (Results 1 – 1 of 1) sorted by relevance
197 LockWord hash_word = LockWord::FromHashCode(GenerateIdentityHashCode(), lw.GCState()); in IdentityHashCode() local198 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()