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.h264 GetCurrentNonMovingAllocator(), in AllocNonMovableObject()
285 AllocatorType GetCurrentNonMovingAllocator() const { in GetCurrentNonMovingAllocator() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc122 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray()