Home
last modified time | relevance | path

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

/art/runtime/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
/art/compiler/utils/
Darena_allocator_test.cc26 ArenaBitVector bv(&arena, 10, true); in TEST() local