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

/art/runtime/
H A Dlock_word-inl.h65 inline int32_t LockWord::GetHashCode() const { function in class:art::LockWord
H A Dmonitor.cc131 int32_t Monitor::GetHashCode() { function in class:art::Monitor
153 CHECK_EQ(hash_code_.LoadRelaxed(), static_cast<int32_t>(lw.GetHashCode()));
619 LockWord new_lw = LockWord::FromHashCode(monitor->GetHashCode(), lw.ReadBarrierState());
622 VLOG(monitor) << "Deflated " << obj << " to hash monitor " << monitor->GetHashCode();
766 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode());
/art/compiler/optimizing/
H A Dgvn.cc69 size_t new_index = BucketIndex(node->GetHashCode());
97 if (node->GetHashCode() == hash_code) {
151 size_t GetHashCode() const { return hash_code_; } function in class:art::ValueSet::Node
/art/runtime/mirror/
H A Dstring-inl.h195 inline int32_t String::GetHashCode() { function in class:art::mirror::String

Completed in 146 milliseconds