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

  /art/runtime/native/
dalvik_system_VMRuntime.cc 172 gc::space::DlMallocSpace* alloc_space = heap->GetAllocSpace();
  /art/runtime/gc/space/
dlmalloc_space.cc 413 DCHECK_EQ(heap->GetAllocSpace()->GetMspace(), mspace);
414 return heap->GetAllocSpace()->MoreCore(increment);
  /art/runtime/gc/
heap.h 383 space::DlMallocSpace* GetAllocSpace() const {
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]

Completed in 104 milliseconds