Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector.h111 expandable_(other.expandable_) { in BitVector()
210 return expandable_; in IsExpandable()
290 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()
350 DCHECK(expandable_) << "Attempted to expand a non-expandable bitmap to position " << idx; in EnsureSize()