HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentNonMovingAllocator (Results 1 - 5 of 5) sorted by null

  /art/runtime/mirror/
array.cc 137 heap->GetCurrentNonMovingAllocator();
object_array-inl.h 356 heap->GetCurrentNonMovingAllocator();
class-inl.h 762 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentNonMovingAllocator());
    [all...]
  /art/runtime/gc/
heap.h 226 GetCurrentNonMovingAllocator(),
246 AllocatorType GetCurrentNonMovingAllocator() const {
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 98 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator();

Completed in 152 milliseconds