Searched defs:hash_code (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | gvn.cc | 80 size_t hash_code = HashCode(instruction); in Add() local 93 size_t hash_code = HashCode(instruction); in Lookup() local 109 size_t hash_code = HashCode(instruction); in Contains() local 148 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node() 266 size_t hash_code = instruction->ComputeHashCode(); in HashCode() local
|
/art/runtime/ |
D | monitor_pool.cc | 92 int32_t hash_code) in CreateMonitorInPool()
|
D | monitor.cc | 87 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in Monitor() 109 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code, in Monitor() 637 void Monitor::Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) { in Inflate() 659 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 | lock_word.h | 125 static LockWord FromHashCode(uint32_t hash_code, uint32_t rb_state) { in FromHashCode()
|
D | debugger.cc | 114 const int32_t hash_code = soa.Decode<mirror::Class*>(local_ref.get())->IdentityHashCode(); in Add() local
|
/art/runtime/jdwp/ |
D | object_registry.cc | 260 int32_t hash_code = entry->identity_hash_code; in DisposeObject() local
|
/art/runtime/mirror/ |
D | string.cc | 67 const int32_t hash_code = ComputeUtf16Hash(GetValue(), GetLength()); in ComputeHashCode() local
|
D | object_test.cc | 743 int32_t hash_code = mirror::Object::GenerateIdentityHashCode(); in TEST_F() local
|