Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector.cc187 uint32_t union_with_size = BitsToWords(highest_bit + 1); in UnionIfNotIn() local
190 if (storage_size_ < union_with_size) { in UnionIfNotIn()
200 for (; idx < std::min(not_in_size, union_with_size); idx++) { in UnionIfNotIn()
210 for (; idx < union_with_size; idx++) { in UnionIfNotIn()