Home
last modified time | relevance | path

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

/art/runtime/
Dtype_lookup_table.h50 if (CmpHashBits(entry->data, hash) && IsStringsEquals(str, entry->str_offset)) { in Lookup()
134 bool CmpHashBits(uint32_t data, uint32_t hash) const { in CmpHashBits() function