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

  /art/runtime/
class_linker-inl.h 194 kMoveFieldArrays ? heap->GetCurrentAllocator() : heap->GetCurrentNonMovingAllocator());
  /art/runtime/mirror/
object_array-inl.h 252 heap->GetCurrentNonMovingAllocator();
class-inl.h 575 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentNonMovingAllocator());
  /art/runtime/gc/
heap.h 188 GetCurrentNonMovingAllocator(),
202 AllocatorType GetCurrentNonMovingAllocator() const {
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 77 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator();

Completed in 681 milliseconds