Searched defs:hash_code (Results 1 – 8 of 8) sorted by relevance
| /art/compiler/optimizing/ |
| D | gvn.cc | 87 size_t hash_code = HashCode(instruction); in Add() local 100 size_t hash_code = HashCode(instruction); in Lookup() local 116 size_t hash_code = HashCode(instruction); in Contains() local 203 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node() 312 size_t hash_code = instruction->ComputeHashCode(); in HashCode() local
|
| /art/runtime/ |
| D | monitor_pool.cc | 109 int32_t hash_code) in CreateMonitorInPool()
|
| D | monitor_pool.h | 45 static Monitor* CreateMonitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in CreateMonitor()
|
| D | monitor.cc | 79 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in Monitor() 101 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code, in Monitor() 820 void Monitor::Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) { in Inflate() 842 uint32_t hash_code) { in InflateThinLocked()
|
| D | lock_word.h | 149 static LockWord FromHashCode(uint32_t hash_code, uint32_t gc_state) { in FromHashCode()
|
| /art/runtime/jdwp/ |
| D | object_registry.cc | 269 int32_t hash_code = entry->identity_hash_code; in DisposeObject() local
|
| /art/runtime/mirror/ |
| D | string.cc | 64 int32_t hash_code = 0; in ComputeHashCode() local
|
| D | object_test.cc | 726 int32_t hash_code = mirror::Object::GenerateIdentityHashCode(); in TEST_F() local
|