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

  /art/runtime/gc/space/
space-inl.h 37 DCHECK(IsMallocSpace());
space.h 108 bool IsMallocSpace() const {
  /art/dex2oat/linker/
image_test.h 416 ASSERT_TRUE(space->IsMallocSpace());
459 ASSERT_TRUE(heap->GetNonMovingSpace()->IsMallocSpace());
  /art/runtime/gc/
heap.cc     [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 397 } else if (space->IsMallocSpace()) {

Completed in 116 milliseconds