Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray.cc136 heap->GetCurrentNonMovingAllocator(); in CopyOf()
Dobject_array-inl.h256 heap->GetCurrentNonMovingAllocator(); in CopyOf()
Dclass-inl.h616 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentNonMovingAllocator()); in AllocNonMovableObject()
/art/runtime/gc/
Dheap.h205 GetCurrentNonMovingAllocator(), in AllocNonMovableObject()
219 AllocatorType GetCurrentNonMovingAllocator() const { in GetCurrentNonMovingAllocator() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc87 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray()