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 109 bool IsMallocSpace() const {
  /art/compiler/
image_test.cc 404 ASSERT_TRUE(space->IsMallocSpace());
447 ASSERT_TRUE(heap->GetNonMovingSpace()->IsMallocSpace());
  /art/runtime/native/
dalvik_system_VMDebug.cc 354 } else if (space->IsMallocSpace()) {
  /art/runtime/gc/
heap.cc     [all...]

Completed in 93 milliseconds