Home
last modified time | relevance | path

Searched refs:GenerateIdentityHashCode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dobject.cc174 uint32_t Object::GenerateIdentityHashCode() { in GenerateIdentityHashCode() function in art::mirror::Object
197 LockWord hash_word = LockWord::FromHashCode(GenerateIdentityHashCode(), lw.GCState()); in IdentityHashCodeHelper()
215 Monitor::InflateThinLocked(self, h_this, lw, GenerateIdentityHashCode()); in IdentityHashCodeHelper()
H A Dobject.h682 static uint32_t GenerateIdentityHashCode();
H A Dobject_test.cc787 int32_t hash_code = mirror::Object::GenerateIdentityHashCode(); in TEST_F()
/aosp_15_r20/art/runtime/
H A Dmonitor.cc165 hash_code_.CompareAndSetStrongRelaxed(0, mirror::Object::GenerateIdentityHashCode()); in GetHashCode()