Searched refs:GetMallocAllocator (Results 1 – 6 of 6) sorted by relevance
/art/libartbase/base/ |
D | bit_vector_test.cc | 28 BitVector bv(kBits, false, Allocator::GetMallocAllocator()); in TEST() 146 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() 147 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() 148 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST() 158 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() 159 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() 160 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST() 172 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() 173 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() 181 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST() [all …]
|
D | allocator.cc | 67 Allocator* Allocator::GetMallocAllocator() { in GetMallocAllocator() function in art::Allocator
|
D | allocator.h | 31 static Allocator* GetMallocAllocator();
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 154 Allocator::GetMallocAllocator())); in GetOrAddBitVectorForDex()
|
/art/runtime/ |
D | oat_file_manager.cc | 194 BitVector type_indexes(/*start_bits=*/0, /*expandable=*/true, Allocator::GetMallocAllocator()); in GenerateTypeIndexes()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 935 BitVector(number_of_indexes, /* expandable */ false, Allocator::GetMallocAllocator())); in AddBssReference() 4167 method_bitmap_.reset(new BitVector(num_methods, false, Allocator::GetMallocAllocator())); in OatClass()
|