Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc89 size_t hash_code = HashCode(instruction); in Add() local
102 size_t hash_code = HashCode(instruction); in Lookup() local
118 size_t hash_code = HashCode(instruction); in Contains() local
191 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node()
300 size_t hash_code = instruction->ComputeHashCode(); in HashCode() local
/art/runtime/
Dmonitor_pool.cc109 int32_t hash_code) in CreateMonitorInPool()
Dmonitor_pool.h45 static Monitor* CreateMonitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in CreateMonitor()
Dmonitor.cc92 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in Monitor()
114 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code, in Monitor()
957 void Monitor::Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) { in Inflate()
979 uint32_t hash_code) { in InflateThinLocked()
Dlock_word.h152 static LockWord FromHashCode(uint32_t hash_code, uint32_t gc_state) { in FromHashCode()
/art/runtime/jdwp/
Dobject_registry.cc269 int32_t hash_code = entry->identity_hash_code; in DisposeObject() local
/art/runtime/mirror/
Dstring.cc68 int32_t hash_code = 0; in ComputeHashCode() local