Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtype_lookup_table.cc110 uint32_t compared_hash_bits = (hash << mask_bits_) >> (2 * mask_bits_); in Lookup() local
111 while (compared_hash_bits != entry->GetHashBits(mask_bits_)) { in Lookup()
138 if (compared_hash_bits == entry->GetHashBits(mask_bits_) && in Lookup()