Searched refs:GetMallocAllocator (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/libartbase/base/ |
H A D | bit_vector_test.cc | 31 BitVector bv(kBits, false, Allocator::GetMallocAllocator()); in TEST() 73 MessyAllocator() : malloc_(Allocator::GetMallocAllocator()) {} in MessyAllocator() 175 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() 177 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST() 187 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() 189 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST() 246 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() 256 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() 271 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() 288 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() [all …]
|
H A D | allocator.cc | 67 Allocator* Allocator::GetMallocAllocator() { in GetMallocAllocator() function in art::Allocator
|
H A D | allocator.h | 31 static Allocator* GetMallocAllocator();
|
/aosp12/art/compiler/optimizing/ |
H A D | optimizing_unit_test.h | 358 BitVector bv(preds.size(), false, Allocator::GetMallocAllocator()); in EnsurePredecessorOrder()
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 955 BitVector(number_of_indexes, /* expandable */ false, Allocator::GetMallocAllocator())); in AddBssReference() 4004 method_bitmap_.reset(new BitVector(num_methods, false, Allocator::GetMallocAllocator())); in OatClass()
|