Searched refs:IdentityHashCodeNoInflation (Results 1 – 3 of 3) sorted by relevance
239 int32_t Object::IdentityHashCodeNoInflation() { in IdentityHashCodeNoInflation() function in art::mirror::Object
149 int32_t IdentityHashCodeNoInflation() REQUIRES_SHARED(Locks::mutator_lock_)
2268 hash_code = obj->IdentityHashCodeNoInflation(); in PrintObject()