Searched refs:GetCallocAllocator (Results 1 – 6 of 6) sorted by relevance
/art/libartbase/base/ |
D | bit_vector_test.cc | 31 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 …]
|
D | allocator.cc | 67 Allocator* Allocator::GetCallocAllocator() { in GetCallocAllocator() function in art::Allocator
|
D | allocator.h | 31 static Allocator* GetCallocAllocator();
|
/art/compiler/optimizing/ |
D | optimizing_unit_test.h | 343 BitVector bv(preds.size(), false, Allocator::GetCallocAllocator()); in EnsurePredecessorOrder()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 996 Allocator::GetCallocAllocator()), in DexFileRecord() 999 Allocator::GetCallocAllocator()) {} in DexFileRecord()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 805 BitVector(number_of_indexes, /* expandable */ false, Allocator::GetCallocAllocator())); in AddBssReference() 4036 method_bitmap_.reset(new BitVector(num_methods, false, Allocator::GetCallocAllocator())); in OatClass()
|