Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector.cc107 size_t this_highest_index = BitsToWords(this_highest + 1); in IsSubsetOf() local
108 for (size_t i = 0; i < this_highest_index; ++i) { in IsSubsetOf()