Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector.h116 expandable_(other.expandable_) { in BitVector()
215 return expandable_; in IsExpandable()
303 const bool expandable_; // Should the bitmap expand if too small? variable
Dbit_vector-inl.h94 (expandable_ == src->IsExpandable()) && in Equal()
Dbit_vector.cc34 expandable_(expandable) { in BitVector()
354 DCHECK(expandable_) << "Attempted to expand a non-expandable bitmap to position " << idx; in EnsureSize()