Home
last modified time | relevance | path

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

/art/runtime/base/
Dbit_vector-inl.h27 DCHECK(bit_storage_ == other.bit_storage_);
55 uint32_t word = bit_storage_[word_index]; in FindIndex()
63 word = bit_storage_[word_index]; in FindIndex()
Dbit_vector.h73 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()
78 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()
87 const uint32_t* const bit_storage_; variable