Searched refs:to_space (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
H A Dmod_union_table.cc180 space::ContinuousSpace* to_space = heap->FindContinuousSpaceFromObject(ref, false); local
186 LOG(INFO) << "ToSpace " << to_space->GetName() << " type "
187 << to_space->GetGcRetentionPolicy();
/art/runtime/gc/collector/
H A Dsemi_space.h83 void SetToSpace(space::ContinuousMemMapAllocSpace* to_space);
H A Dsemi_space.cc736 void SemiSpace::SetToSpace(space::ContinuousMemMapAllocSpace* to_space) { argument
737 DCHECK(to_space != nullptr);
738 to_space_ = to_space;
/art/runtime/gc/
H A Dheap.cc1572 space::MallocSpace* to_space = main_space_backup_.release(); local
1574 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE);
1576 AddSpace(to_space);
1577 Compact(to_space, from_space, kGcCauseHomogeneousSpaceCompact);
1580 const uint64_t space_size_after_compaction = to_space->Size();
1581 main_space_ = to_space;

Completed in 159 milliseconds