Home
last modified time | relevance | path

Searched defs:hash_code (Results 1 – 9 of 9) sorted by relevance

/art/runtime/mirror/
Dstring.cc66 const int32_t hash_code = ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength()); in ComputeHashCode() local
78 int32_t hash_code) { in AllocFromUtf16()
Dobject_test.cc724 int32_t hash_code = mirror::Object::GenerateIdentityHashCode(); in TEST_F() local
/art/runtime/
Dmonitor_pool.cc92 int32_t hash_code) in CreateMonitorInPool()
Dlock_word.h96 static LockWord FromHashCode(uint32_t hash_code) { in FromHashCode()
Dmonitor.cc83 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in Monitor()
105 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code, in Monitor()
653 void Monitor::Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) { in Inflate()
675 uint32_t hash_code) { in InflateThinLocked()
Dmonitor_pool.h45 static Monitor* CreateMonitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in CreateMonitor()
Dinstrumentation.cc737 int32_t hash_code = method->IdentityHashCode(); in AddDeoptimizedMethod() local
743 int32_t hash_code = method->IdentityHashCode(); in FindDeoptimizedMethod() local
766 int32_t hash_code = method->IdentityHashCode(); in RemoveDeoptimizedMethod() local
Ddebugger.cc110 int32_t hash_code = t->IdentityHashCode(); in Add() local
/art/runtime/jdwp/
Dobject_registry.cc215 int32_t hash_code = entry->identity_hash_code; in DisposeObject() local