Searched refs:expandable (Results 1 – 4 of 4) sorted by relevance
/art/runtime/base/ |
D | arena_bit_vector.h | 36 bool expandable, 39 return new (storage) ArenaBitVector(arena, start_bits, expandable, kind); 44 bool expandable, 48 bool expandable,
|
D | arena_bit_vector.cc | 82 bool expandable, in ArenaBitVector() argument 85 expandable, in ArenaBitVector() 91 bool expandable, in ArenaBitVector() argument 94 expandable, in ArenaBitVector()
|
D | bit_vector.cc | 27 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()
|
D | bit_vector.h | 129 bool expandable, 132 BitVector(bool expandable, 138 bool expandable,
|