Home
last modified time | relevance | path

Searched refs:HashCode (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dgvn.cc86 size_t hash_code = HashCode(instruction); in Add()
99 size_t hash_code = HashCode(instruction); in Lookup()
115 size_t hash_code = HashCode(instruction); in Contains()
296 size_t HashCode(HInstruction* instruction) const { in HashCode() function in art::ValueSet