Home
last modified time | relevance | path

Searched refs:GetCallocAllocator (Results 1 – 6 of 6) sorted by relevance

/art/libartbase/base/
Dbit_vector_test.cc31 BitVector bv(kBits, false, Allocator::GetCallocAllocator()); in TEST()
73 MessyAllocator() : malloc_(Allocator::GetCallocAllocator()) {} in MessyAllocator()
176 BitVector first(2, true, Allocator::GetCallocAllocator()); in TEST()
177 BitVector second(5, true, Allocator::GetCallocAllocator()); in TEST()
178 BitVector third(5, true, Allocator::GetCallocAllocator()); in TEST()
188 BitVector first(2, true, Allocator::GetCallocAllocator()); in TEST()
189 BitVector second(5, true, Allocator::GetCallocAllocator()); in TEST()
190 BitVector third(5, true, Allocator::GetCallocAllocator()); in TEST()
202 BitVector first(2, true, Allocator::GetCallocAllocator()); in TEST()
203 BitVector second(5, true, Allocator::GetCallocAllocator()); in TEST()
[all …]
Dallocator.cc67 Allocator* Allocator::GetCallocAllocator() { in GetCallocAllocator() function in art::Allocator
Dallocator.h31 static Allocator* GetCallocAllocator();
/art/compiler/optimizing/
Doptimizing_unit_test.h343 BitVector bv(preds.size(), false, Allocator::GetCallocAllocator()); in EnsurePredecessorOrder()
/art/dex2oat/driver/
Dcompiler_driver.cc996 Allocator::GetCallocAllocator()), in DexFileRecord()
999 Allocator::GetCallocAllocator()) {} in DexFileRecord()
/art/dex2oat/linker/
Doat_writer.cc805 BitVector(number_of_indexes, /* expandable */ false, Allocator::GetCallocAllocator())); in AddBssReference()
4036 method_bitmap_.reset(new BitVector(num_methods, false, Allocator::GetCallocAllocator())); in OatClass()