Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector_test.cc28 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 …]
Dallocator.cc67 Allocator* Allocator::GetMallocAllocator() { in GetMallocAllocator() function in art::Allocator
Dallocator.h31 static Allocator* GetMallocAllocator();
/art/runtime/
Doat_file_manager.cc185 BitVector type_indexes(/*start_bits*/0, /*expandable*/true, Allocator::GetMallocAllocator()); in GenerateTypeIndexes()
/art/compiler/dex/
Ddex_to_dex_compiler.cc152 Allocator::GetMallocAllocator())); in GetOrAddBitVectorForDex()