Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector-inl.h29 DCHECK(bit_storage_ == other.bit_storage_);
57 uint32_t word = bit_storage_[word_index]; in FindIndex()
65 word = bit_storage_[word_index]; in FindIndex()
71 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()
76 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()
Dbit_vector.h81 const uint32_t* const bit_storage_; variable