Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table.cc225 space::ContinuousSpace* to_space = heap->FindContinuousSpaceFromObject(ref, false); in operator ()() local
231 LOG(INFO) << "ToSpace " << to_space->GetName() << " type " in operator ()()
232 << to_space->GetGcRetentionPolicy(); in operator ()()
/art/runtime/gc/collector/
Dsemi_space.cc762 void SemiSpace::SetToSpace(space::ContinuousMemMapAllocSpace* to_space) { in SetToSpace() argument
763 DCHECK(to_space != nullptr); in SetToSpace()
764 to_space_ = to_space; in SetToSpace()
Dsemi_space.h84 void SetToSpace(space::ContinuousMemMapAllocSpace* to_space);
/art/runtime/gc/
Dheap.cc1841 space::MallocSpace* to_space = main_space_backup_.release(); in PerformHomogeneousSpaceCompact() local
1843 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()
1845 AddSpace(to_space); in PerformHomogeneousSpaceCompact()
1847 CHECK_GE(to_space->GetFootprintLimit(), from_space->GetFootprintLimit()); in PerformHomogeneousSpaceCompact()
1848 collector::GarbageCollector* collector = Compact(to_space, from_space, in PerformHomogeneousSpaceCompact()
1850 const uint64_t space_size_after_compaction = to_space->Size(); in PerformHomogeneousSpaceCompact()
1851 main_space_ = to_space; in PerformHomogeneousSpaceCompact()