Searched refs:IdentityHashCodeHelper (Results 1 – 2 of 2) sorted by relevance
189 int32_t Object::IdentityHashCodeHelper() { in IdentityHashCodeHelper() function in art::mirror::Object237 int32_t Object::IdentityHashCode() { return IdentityHashCodeHelper</* kAllowInflation= */ true>(); } in IdentityHashCode()240 return IdentityHashCodeHelper</* kAllowInflation= */ false>(); in IdentityHashCodeNoInflation()
737 int32_t IdentityHashCodeHelper() REQUIRES_SHARED(Locks::mutator_lock_)