Searched refs:GetHashCode (Results 1 – 11 of 11) sorted by relevance
/aosp12/art/runtime/mirror/ |
H A D | object.cc | 197 return hash_word.GetHashCode(); in IdentityHashCode() 216 return monitor->GetHashCode(); in IdentityHashCode() 219 return lw.GetHashCode(); in IdentityHashCode()
|
H A D | string-inl.h | 70 inline int32_t String::GetHashCode() { in GetHashCode() function
|
H A D | object_test.cc | 76 EXPECT_EQ(expected_hash, string->GetHashCode()); in AssertString() 572 EXPECT_EQ(0, empty->GetHashCode()); in TEST_F() 573 EXPECT_EQ(65, A->GetHashCode()); in TEST_F() 574 EXPECT_EQ(64578, ABC->GetHashCode()); in TEST_F()
|
H A D | string.h | 107 int32_t GetHashCode() REQUIRES_SHARED(Locks::mutator_lock_);
|
/aosp12/art/compiler/optimizing/ |
H A D | gvn.cc | 103 if (node->GetHashCode() == hash_code) { in Lookup() 176 size_t new_index = BucketIndex(node->GetHashCode()); in PopulateFromInternal() 191 size_t GetHashCode() const { return hash_code_; } in GetHashCode() function in art::ValueSet::Node
|
/aosp12/art/runtime/ |
H A D | lock_word-inl.h | 63 inline int32_t LockWord::GetHashCode() const { in GetHashCode() function
|
H A D | intern_table-inl.h | 37 static_cast<uint32_t>(root.Read<kWithoutReadBarrier>()->GetHashCode())); in operator()
|
H A D | monitor.cc | 160 int32_t Monitor::GetHashCode() { in GetHashCode() function in art::Monitor 258 CHECK_EQ(hash_code_.load(std::memory_order_relaxed), static_cast<int32_t>(lw.GetHashCode())); in Install() 1013 LockWord new_lw = LockWord::FromHashCode(monitor->GetHashCode(), lw.GCState()); in Deflate() 1016 VLOG(monitor) << "Deflated " << obj << " to hash monitor " << monitor->GetHashCode(); in Deflate() 1199 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode()); in MonitorEnter()
|
H A D | lock_word.h | 253 int32_t GetHashCode() const;
|
H A D | monitor.h | 144 int32_t GetHashCode();
|
/aosp12/art/dex2oat/linker/ |
H A D | image_writer.cc | 627 saved_hashcode_map_.insert(std::make_pair(object, lw.GetHashCode())); in SetImageBinSlot()
|