Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-alloc-inl.h82 return Alloc(self, Runtime::Current()->GetHeap()->GetCurrentNonMovingAllocator()); in AllocNonMovableObject()
Dobject_array-alloc-inl.h71 : heap->GetCurrentNonMovingAllocator(); in CopyOf()
Darray.cc148 : heap->GetCurrentNonMovingAllocator(); in CopyOf()
/art/runtime/gc/
Dheap.h265 GetCurrentNonMovingAllocator(), in AllocNonMovableObject()
289 AllocatorType GetCurrentNonMovingAllocator() const { in GetCurrentNonMovingAllocator() function
295 GetCurrentNonMovingAllocator() : GetCurrentAllocator(); in GetUpdatedAllocator()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc116 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray()