Searched refs:GetHashCode (Results 1 - 11 of 11) sorted by relevance

/art/runtime/
H A Dlock_word-inl.h63 inline int32_t LockWord::GetHashCode() const { function in class:art::LockWord
H A Dlock_word.h245 int32_t GetHashCode() const;
H A Dmonitor.cc123 int32_t Monitor::GetHashCode() { function in class:art::Monitor
145 CHECK_EQ(hash_code_.LoadRelaxed(), static_cast<int32_t>(lw.GetHashCode()));
802 LockWord new_lw = LockWord::FromHashCode(monitor->GetHashCode(), lw.GCState());
805 VLOG(monitor) << "Deflated " << obj << " to hash monitor " << monitor->GetHashCode();
977 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode());
H A Dmonitor.h120 int32_t GetHashCode();
296 // Stored object hash code, generated lazily by GetHashCode.
H A Dintern_table.cc324 static_cast<uint32_t>(root.Read<kWithoutReadBarrier>()->GetHashCode()));
/art/runtime/mirror/
H A Dobject.cc197 return hash_word.GetHashCode();
216 return monitor->GetHashCode();
219 return lw.GetHashCode();
H A Dobject_test.cc74 EXPECT_EQ(expected_hash, string->GetHashCode());
520 EXPECT_EQ(0, empty->GetHashCode());
521 EXPECT_EQ(65, A->GetHashCode());
522 EXPECT_EQ(64578, ABC->GetHashCode());
H A Dstring.h88 int32_t GetHashCode() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dstring-inl.h293 inline int32_t String::GetHashCode() { function in class:art::mirror::String
/art/compiler/optimizing/
H A Dgvn.cc104 if (node->GetHashCode() == hash_code) {
191 size_t new_index = BucketIndex(node->GetHashCode());
206 size_t GetHashCode() const { return hash_code_; } function in class:art::ValueSet::Node
/art/compiler/
H A Dimage_writer.cc412 saved_hashcode_map_.emplace(object, lw.GetHashCode());

Completed in 155 milliseconds