Searched refs:GetMallocAllocator (Results 1 – 4 of 4) sorted by relevance
71 Allocator* Allocator::GetMallocAllocator() { in GetMallocAllocator() function in art::Allocator
33 static Allocator* GetMallocAllocator();
27 BitVector bv(kBits, false, Allocator::GetMallocAllocator()); in TEST()
1179 method_bitmap_ = new BitVector(num_methods, false, Allocator::GetMallocAllocator()); in OatClass()