Home
last modified time | relevance | path

Searched refs:IdentityHashCodeNoInflation (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dobject.cc239 int32_t Object::IdentityHashCodeNoInflation() { in IdentityHashCodeNoInflation() function in art::mirror::Object
Dobject.h149 int32_t IdentityHashCodeNoInflation() REQUIRES_SHARED(Locks::mutator_lock_)
/art/runtime/
Dthread.cc2268 hash_code = obj->IdentityHashCodeNoInflation(); in PrintObject()