Home
last modified time | relevance | path

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

/art/runtime/base/
Dbit_vector.h171 (expandable_ == src->IsExpandable()) && in Equal()
191 bool IsExpandable() const { return expandable_; } in IsExpandable()
247 const bool expandable_; // expand bitmap if we run out? variable
Dbit_vector.cc44 expandable_(expandable), in BitVector()
84 DCHECK(expandable_) << "Attempted to expand a non-expandable bitmap to position " << num; in SetBit()