Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtype_lookup_table.cc111 while (compared_hash_bits != entry->GetHashBits(mask_bits_)) { in Lookup()
138 if (compared_hash_bits == entry->GetHashBits(mask_bits_) && in Lookup()
Dtype_lookup_table.h146 uint32_t GetHashBits(uint32_t mask_bits) const { in GetHashBits() function