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 ()()
Dmonitor_test.cc131 monitor_test_->object_.Get()->IdentityHashCode(); in Run()
Dmonitor.cc968 os << wait_message << StringPrintf("<0x%08x> (a %s)", pretty_object->IdentityHashCode(), in DescribeWait()
Dthread.cc1110 os << StringPrintf("<0x%08x> (a %s)", o->IdentityHashCode(), pretty_type.c_str()); in DumpLockedObject()
Ddebugger.cc114 const int32_t hash_code = soa.Decode<mirror::Class*>(local_ref.get())->IdentityHashCode(); in Add()
/art/runtime/mirror/
Dobject.cc153 int32_t Object::IdentityHashCode() const { in IdentityHashCode() function in art::mirror::Object
Dobject.h117 int32_t IdentityHashCode() const
Dobject_test.cc738 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.cc224 return static_cast<jint>(o->IdentityHashCode()); in System_identityHashCode()
/art/runtime/interpreter/
Dunstarted_runtime.cc483 result->SetI(obj->IdentityHashCode()); in UnstartedObjectHashCode()
997 result->SetI((obj != nullptr) ? obj->IdentityHashCode() : 0); in UnstartedJNISystemIdentityHashCode()
/art/runtime/arch/
Dstub_test.cc887 obj2->IdentityHashCode(); in TEST_F()
987 objects[index]->IdentityHashCode(); in TestUnlockObject()