Home
last modified time | relevance | path

Searched refs:IdentityHashCode (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Djobject_comparator.cc44 return obj1->GetClass()->IdentityHashCode() < obj2->GetClass()->IdentityHashCode(); in operator ()()
53 return obj1->IdentityHashCode() < obj2->IdentityHashCode(); in operator ()()
Djni_env_ext.cc177 return StringPrintf("<0x%08x> (a %s)", o->IdentityHashCode(), pretty_type.c_str()); in ComputeMonitorDescription()
Dmonitor_test.cc130 monitor_test_->object_.Get()->IdentityHashCode(); in Run()
Dmonitor.cc1126 os << wait_message << StringPrintf("<0x%08x> (a %s)", pretty_object->IdentityHashCode(), in DescribeWait()
Dthread.cc1434 os << StringPrintf("<0x%08x> (a %s)", o->IdentityHashCode(), pretty_type.c_str()); in DumpLockedObject()
/art/runtime/mirror/
Dobject.cc158 int32_t Object::IdentityHashCode() const { in IdentityHashCode() function in art::mirror::Object
Dobject.h121 int32_t IdentityHashCode() const
Dobject_test.cc729 TEST_F(ObjectTest, IdentityHashCode) { in TEST_F() argument
/art/runtime/jdwp/
Dobject_registry.cc87 int32_t identity_hash_code = obj_h->IdentityHashCode(); in InternalAdd()
/art/runtime/native/
Djava_lang_System.cc232 return static_cast<jint>(o->IdentityHashCode()); in System_identityHashCode()
/art/runtime/interpreter/
Dunstarted_runtime.cc856 result->SetI(obj->IdentityHashCode()); in UnstartedObjectHashCode()
1580 result->SetI((obj != nullptr) ? obj->IdentityHashCode() : 0); in UnstartedJNISystemIdentityHashCode()
/art/runtime/arch/
Dstub_test.cc624 obj2->IdentityHashCode(); in TEST_F()
724 objects[index]->IdentityHashCode(); in TestUnlockObject()