Searched refs:start_bits (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/ |
D | arena_bit_vector.h | 37 uint32_t start_bits, 41 return new (storage) ArenaBitVector(allocator, start_bits, expandable, kind); 45 uint32_t start_bits, 49 uint32_t start_bits,
|
D | arena_bit_vector.cc | 82 unsigned int start_bits, in ArenaBitVector() argument 85 : BitVector(start_bits, in ArenaBitVector() 92 unsigned int start_bits, in ArenaBitVector() argument 95 : BitVector(start_bits, in ArenaBitVector()
|
D | bit_vector.cc | 41 BitVector::BitVector(uint32_t start_bits, bool expandable, Allocator* allocator) in BitVector() argument 44 BitsToWords(start_bits), in BitVector() 45 static_cast<uint32_t*>(allocator->Alloc(BitsToWords(start_bits) * kWordBytes))) {} in BitVector()
|
D | bit_vector.h | 128 BitVector(uint32_t start_bits,
|