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.cc279 space::ContinuousSpace* to_space = heap->FindContinuousSpaceFromObject(ref, false); in operator ()() local
286 LOG(INFO) << "ToSpace " << to_space->GetName() << " type " in operator ()()
287 << to_space->GetGcRetentionPolicy(); in operator ()()
/art/runtime/gc/collector/
Dsemi_space.cc791 void SemiSpace::SetToSpace(space::ContinuousMemMapAllocSpace* to_space) { in SetToSpace() argument
792 DCHECK(to_space != nullptr); in SetToSpace()
793 to_space_ = to_space; in SetToSpace()
Dsemi_space.h84 void SetToSpace(space::ContinuousMemMapAllocSpace* to_space);
/art/runtime/gc/
Dheap.cc2056 space::MallocSpace* to_space = main_space_backup_.release(); in PerformHomogeneousSpaceCompact() local
2058 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()
2060 AddSpace(to_space); in PerformHomogeneousSpaceCompact()
2062 CHECK_GE(to_space->GetFootprintLimit(), from_space->GetFootprintLimit()); in PerformHomogeneousSpaceCompact()
2063 collector = Compact(to_space, from_space, kGcCauseHomogeneousSpaceCompact); in PerformHomogeneousSpaceCompact()
2064 const uint64_t space_size_after_compaction = to_space->Size(); in PerformHomogeneousSpaceCompact()
2065 main_space_ = to_space; in PerformHomogeneousSpaceCompact()