Home
last modified time | relevance | path

Searched refs:source_space (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.h908 space::ContinuousMemMapAllocSpace* source_space,
Dheap.cc2635 space::ContinuousMemMapAllocSpace* source_space, in Compact() argument
2638 if (target_space != source_space) { in Compact()
2641 semi_space_collector_->SetFromSpace(source_space); in Compact()