Home
last modified time | relevance | path

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

/art/runtime/mirror/
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()
Dobject.h737 int32_t IdentityHashCodeHelper() REQUIRES_SHARED(Locks::mutator_lock_)