Home
last modified time | relevance | path

Searched defs:bv (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dbit_vector_test.cc28 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
Darena_allocator_test.cc40 ArenaBitVector bv(&allocator, 10, true); in TEST_F() local