Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector.cc83 int our_highest_index = BitsToWords(our_highest); in SameBitsSet() local
89 return (memcmp(storage_, src->GetRawStorage(), our_highest_index * kWordBytes) == 0); in SameBitsSet()