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 766 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentNonMovingAllocator());
    [all...]
  /art/runtime/gc/
heap.h 229 GetCurrentNonMovingAllocator(),
249 AllocatorType GetCurrentNonMovingAllocator() const {
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 96 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator();

Completed in 82 milliseconds