Home
last modified time | relevance | path

Searched refs:GetMallocAllocator (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/libartbase/base/
H A Dbit_vector_test.cc31 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 Dallocator.cc67 Allocator* Allocator::GetMallocAllocator() { in GetMallocAllocator() function in art::Allocator
H A Dallocator.h31 static Allocator* GetMallocAllocator();
/aosp12/art/compiler/optimizing/
H A Doptimizing_unit_test.h358 BitVector bv(preds.size(), false, Allocator::GetMallocAllocator()); in EnsurePredecessorOrder()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc955 BitVector(number_of_indexes, /* expandable */ false, Allocator::GetMallocAllocator())); in AddBssReference()
4004 method_bitmap_.reset(new BitVector(num_methods, false, Allocator::GetMallocAllocator())); in OatClass()