Home
last modified time | relevance | path

Searched refs:expandable (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Darena_bit_vector.h36 bool expandable,
39 return new (storage) ArenaBitVector(allocator, start_bits, expandable, kind);
44 bool expandable,
48 bool expandable,
Darena_bit_vector.cc82 bool expandable, in ArenaBitVector() argument
85 expandable, in ArenaBitVector()
91 bool expandable, in ArenaBitVector() argument
94 expandable, in ArenaBitVector()
Dbit_vector.cc27 BitVector::BitVector(bool expandable, in BitVector() argument
34 expandable_(expandable) { in BitVector()
42 bool expandable, in BitVector() argument
44 : BitVector(expandable, in BitVector()
52 bool expandable, in BitVector() argument
54 : BitVector(expandable, in BitVector()
Dbit_vector.h117 bool expandable,
120 BitVector(bool expandable,
126 bool expandable,