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

Completed in 40 milliseconds