Searched defs:bv (Results 1 – 2 of 2) sorted by relevance
/art/libartbase/base/ |
D | bit_vector_test.cc | 28 BitVector bv(kBits, false, Allocator::GetMallocAllocator()); in TEST() local 74 BitVector bv(false, Allocator::GetNoopAllocator(), kWords, bits); in TEST() local 131 BitVector bv(false, Allocator::GetNoopAllocator(), kWords, bits); in TEST() local 217 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() local 227 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() local 242 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() local 259 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() local
|
D | arena_allocator_test.cc | 40 ArenaBitVector bv(&allocator, 10, true); in TEST_F() local
|