Home
last modified time | relevance | path

Searched refs:IdentityHashCodeHelper (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dobject.cc189 int32_t Object::IdentityHashCodeHelper() { in IdentityHashCodeHelper() function in art::mirror::Object
237 int32_t Object::IdentityHashCode() { return IdentityHashCodeHelper</* kAllowInflation= */ true>(); } in IdentityHashCode()
240 return IdentityHashCodeHelper</* kAllowInflation= */ false>(); in IdentityHashCodeNoInflation()
H A Dobject.h733 int32_t IdentityHashCodeHelper() REQUIRES_SHARED(Locks::mutator_lock_)