Searched defs:GetHashCode (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dlock_word-inl.h55 inline int32_t LockWord::GetHashCode() const { function in class:art::LockWord
H A Dmonitor.cc127 int32_t Monitor::GetHashCode() { function in class:art::Monitor
149 CHECK_EQ(hash_code_.LoadRelaxed(), static_cast<int32_t>(lw.GetHashCode()));
639 obj->SetLockWord(LockWord::FromHashCode(monitor->GetHashCode()), false);
640 VLOG(monitor) << "Deflated " << obj << " to hash monitor " << monitor->GetHashCode();
775 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode());
/art/runtime/mirror/
H A Dstring-inl.h71 inline int32_t String::GetHashCode() { function in class:art::mirror::String

Completed in 6652 milliseconds