Searched defs:hash_code (Results 1 – 6 of 6) sorted by relevance
| /art/compiler/optimizing/ |
| D | gvn.cc | 86 size_t hash_code = HashCode(instruction); in Add() local 99 size_t hash_code = HashCode(instruction); in Lookup() local 115 size_t hash_code = HashCode(instruction); in Contains() local 188 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 | 111 int32_t hash_code) in CreateMonitorInPool()
|
| D | monitor_pool.h | 48 int32_t hash_code) in CreateMonitor()
|
| D | monitor.cc | 97 Monitor::Monitor(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) in Monitor() 130 int32_t hash_code, in Monitor() 1036 void Monitor::Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) { in Inflate() 1058 uint32_t hash_code) { in InflateThinLocked()
|
| D | lock_word.h | 156 static LockWord FromHashCode(uint32_t hash_code, uint32_t gc_state) { in FromHashCode()
|
| /art/runtime/mirror/ |
| D | object_test.cc | 791 int32_t hash_code = mirror::Object::GenerateIdentityHashCode(); in TEST_F() local
|