HomeSort by relevance Sort by last modified time
    Searched refs:GetMallocAllocator (Results 1 - 5 of 5) sorted by null

  /art/runtime/base/
bit_vector_test.cc 28 BitVector bv(kBits, false, Allocator::GetMallocAllocator());
146 BitVector first(2, true, Allocator::GetMallocAllocator());
147 BitVector second(5, true, Allocator::GetMallocAllocator());
148 BitVector third(5, true, Allocator::GetMallocAllocator());
158 BitVector first(2, true, Allocator::GetMallocAllocator());
159 BitVector second(5, true, Allocator::GetMallocAllocator());
160 BitVector third(5, true, Allocator::GetMallocAllocator());
172 BitVector first(2, true, Allocator::GetMallocAllocator());
173 BitVector second(5, true, Allocator::GetMallocAllocator());
181 BitVector first(5, true, Allocator::GetMallocAllocator());
    [all...]
allocator.cc 69 Allocator* Allocator::GetMallocAllocator() {
allocator.h 34 static Allocator* GetMallocAllocator();
  /art/runtime/verifier/
reg_type_cache.cc 322 Allocator::GetMallocAllocator()); // TODO: Arenas in the verifier.
  /art/compiler/
oat_writer.cc     [all...]

Completed in 117 milliseconds