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

  /art/runtime/gc/collector/
semi_space.cc 77 CHECK(space == GetHeap()->GetPrimaryFreeListSpace() ||
164 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace();
359 DCHECK(space == heap_->GetNonMovingSpace() || space == heap_->GetPrimaryFreeListSpace())
    [all...]
  /art/runtime/gc/
heap.h 664 space::MallocSpace* GetPrimaryFreeListSpace() {
    [all...]

Completed in 44 milliseconds