Searched defs:hash_code (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/mirror/ |
| D | string.cc | 66 const int32_t hash_code = ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength()); in ComputeHashCode() local 78 int32_t hash_code) { in AllocFromUtf16()
|
| D | object_test.cc | 724 int32_t hash_code = mirror::Object::GenerateIdentityHashCode(); in TEST_F() local
|
| /art/runtime/ |
| D | monitor_pool.cc | 92 int32_t hash_code) in CreateMonitorInPool()
|
| D | lock_word.h | 96 static LockWord FromHashCode(uint32_t hash_code) { in FromHashCode()
|
| D | monitor.cc | 83 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()
|
| D | monitor_pool.h | 45 static Monitor* CreateMonitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in CreateMonitor()
|
| D | instrumentation.cc | 737 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
|
| D | debugger.cc | 110 int32_t hash_code = t->IdentityHashCode(); in Add() local
|
| /art/runtime/jdwp/ |
| D | object_registry.cc | 215 int32_t hash_code = entry->identity_hash_code; in DisposeObject() local
|