Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A 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
188 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node()
312 size_t hash_code = instruction->ComputeHashCode(); in HashCode() local
/aosp12/frameworks/base/core/proto/android/view/
H A Dsurfacecontrol.proto30 optional int32 hash_code = 1; field
/aosp12/art/runtime/
H A Dmonitor_pool.cc111 int32_t hash_code) in CreateMonitorInPool()
H A Dmonitor_pool.h48 int32_t hash_code) in CreateMonitor()
H A 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()
1033 void Monitor::Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) { in Inflate()
1055 uint32_t hash_code) { in InflateThinLocked()
H A Dlock_word.h156 static LockWord FromHashCode(uint32_t hash_code, uint32_t gc_state) { in FromHashCode()
/aosp12/art/runtime/mirror/
H A Dstring.cc52 int32_t hash_code = 0; in ComputeHashCode() local
H A Dobject_test.cc789 int32_t hash_code = mirror::Object::GenerateIdentityHashCode(); in TEST_F() local
/aosp12/frameworks/base/core/proto/android/server/
H A Dwindowmanagerservice.proto377 optional int32 hash_code = 2; field
437 optional int32 hash_code = 1; field