Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc71 Allocator* Allocator::GetMallocAllocator() { in GetMallocAllocator() function in art::Allocator
Dallocator.h33 static Allocator* GetMallocAllocator();
Dbit_vector_test.cc27 BitVector bv(kBits, false, Allocator::GetMallocAllocator()); in TEST()
/art/compiler/
Doat_writer.cc1179 method_bitmap_ = new BitVector(num_methods, false, Allocator::GetMallocAllocator()); in OatClass()