Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc86 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
192 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node()
316 size_t hash_code = instruction->ComputeHashCode(); in HashCode() local
/art/runtime/
Dmonitor_pool.cc111 int32_t hash_code) in CreateMonitorInPool()
Dmonitor_pool.h49 int32_t hash_code) in CreateMonitor()
Dmonitor.cc97 Monitor::Monitor(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) in Monitor()
130 int32_t hash_code, in Monitor()
1038 void Monitor::Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) { in Inflate()
1062 uint32_t hash_code, in InflateThinLocked()
Dlock_word.h157 static LockWord FromHashCode(uint32_t hash_code, uint32_t gc_state) { in FromHashCode()
Dthread.cc2321 int32_t hash_code; in PrintObject() local
/art/runtime/mirror/
Dobject_test.cc787 int32_t hash_code = mirror::Object::GenerateIdentityHashCode(); in TEST_F() local