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 78 CHECK(space == GetHeap()->GetPrimaryFreeListSpace() ||
165 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace();
360 DCHECK(space == heap_->GetNonMovingSpace() || space == heap_->GetPrimaryFreeListSpace())
    [all...]
  /art/runtime/gc/
heap.h 720 space::MallocSpace* GetPrimaryFreeListSpace() {
    [all...]

Completed in 50 milliseconds