Home
last modified time | relevance | path

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

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