Searched refs:PopCount (Results 1 – 2 of 2) sorted by relevance
195 ALWAYS_INLINE size_t PopCount() const { in PopCount() function207 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function208 return Subregion(bit_offset, bit_length).PopCount(); in PopCount()
132 map_index += mask.PopCount(0, first_dex_register); in DecodeDexRegisterMap()