Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc627 void SemiSpace::SetToSpace(space::ContinuousMemMapAllocSpace* to_space) { in SetToSpace() argument
628 DCHECK(to_space != nullptr); in SetToSpace()
629 to_space_ = to_space; in SetToSpace()
Dsemi_space.h83 void SetToSpace(space::ContinuousMemMapAllocSpace* to_space);
/art/runtime/gc/accounting/
Dmod_union_table.cc281 space::ContinuousSpace* to_space = heap->FindContinuousSpaceFromObject(ref, false); in operator ()() local
288 LOG(INFO) << "ToSpace " << to_space->GetName() << " type " in operator ()()
289 << to_space->GetGcRetentionPolicy(); in operator ()()
/art/runtime/gc/
Dheap.cc2095 space::MallocSpace* to_space = main_space_backup_.release(); in PerformHomogeneousSpaceCompact() local
2097 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()
2099 AddSpace(to_space); in PerformHomogeneousSpaceCompact()
2101 CHECK_GE(to_space->GetFootprintLimit(), from_space->GetFootprintLimit()); in PerformHomogeneousSpaceCompact()
2102 collector = Compact(to_space, from_space, kGcCauseHomogeneousSpaceCompact); in PerformHomogeneousSpaceCompact()
2103 const uint64_t space_size_after_compaction = to_space->Size(); in PerformHomogeneousSpaceCompact()
2104 main_space_ = to_space; in PerformHomogeneousSpaceCompact()