Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector.cc183 uint32_t union_with_size = BitsToWords(highest_bit + 1); in UnionIfNotIn() local
186 if (storage_size_ < union_with_size) { in UnionIfNotIn()
196 for (; idx < std::min(not_in_size, union_with_size); idx++) { in UnionIfNotIn()
206 for (; idx < union_with_size; idx++) { in UnionIfNotIn()