Searched refs:mask_bits_ (Results 1 – 2 of 2) sorted by relevance
101 uint32_t mask = Entry::GetMask(mask_bits_); in Lookup()110 uint32_t compared_hash_bits = (hash << mask_bits_) >> (2 * mask_bits_); in Lookup()111 while (compared_hash_bits != entry->GetHashBits(mask_bits_)) { in Lookup()112 if (entry->IsLast(mask_bits_)) { in Lookup()115 pos = (pos + entry->GetNextPosDelta(mask_bits_)) & mask; in Lookup()122 return entry->GetClassDefIdx(mask_bits_); in Lookup()125 if (entry->IsLast(mask_bits_)) { in Lookup()135 pos = (pos + entry->GetNextPosDelta(mask_bits_)) & mask; in Lookup()138 if (compared_hash_bits == entry->GetHashBits(mask_bits_) && in Lookup()140 return entry->GetClassDefIdx(mask_bits_); in Lookup()[all …]
49 mask_bits_(0u), in TypeLookupTable()68 return 1u << mask_bits_; in Size()173 uint32_t mask_bits_; variable