Searched refs:GetHashCode (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | lock_word-inl.h | 63 inline int32_t LockWord::GetHashCode() const { in GetHashCode() function
|
D | lock_word.h | 248 int32_t GetHashCode() const;
|
D | monitor.cc | 136 int32_t Monitor::GetHashCode() { in GetHashCode() function in art::Monitor 158 CHECK_EQ(hash_code_.LoadRelaxed(), static_cast<int32_t>(lw.GetHashCode())); in Install() 939 LockWord new_lw = LockWord::FromHashCode(monitor->GetHashCode(), lw.GCState()); in Deflate() 942 VLOG(monitor) << "Deflated " << obj << " to hash monitor " << monitor->GetHashCode(); in Deflate() 1117 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode()); in MonitorEnter()
|
D | monitor.h | 128 int32_t GetHashCode();
|
D | intern_table.cc | 326 static_cast<uint32_t>(root.Read<kWithoutReadBarrier>()->GetHashCode())); in operator ()()
|
/art/runtime/mirror/ |
D | object.cc | 198 return hash_word.GetHashCode(); in IdentityHashCode() 217 return monitor->GetHashCode(); in IdentityHashCode() 220 return lw.GetHashCode(); in IdentityHashCode()
|
D | object_test.cc | 74 EXPECT_EQ(expected_hash, string->GetHashCode()); in AssertString() 520 EXPECT_EQ(0, empty->GetHashCode()); in TEST_F() 521 EXPECT_EQ(65, A->GetHashCode()); in TEST_F() 522 EXPECT_EQ(64578, ABC->GetHashCode()); in TEST_F()
|
D | string.h | 87 int32_t GetHashCode() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | string-inl.h | 298 inline int32_t String::GetHashCode() { in GetHashCode() function
|
/art/compiler/optimizing/ |
D | gvn.cc | 106 if (node->GetHashCode() == hash_code) { in Lookup() 179 size_t new_index = BucketIndex(node->GetHashCode()); in PopulateFromInternal() 194 size_t GetHashCode() const { return hash_code_; } in GetHashCode() function in art::ValueSet::Node
|
/art/dex2oat/linker/ |
D | image_writer.cc | 420 saved_hashcode_map_.emplace(object, lw.GetHashCode()); in SetImageBinSlot()
|