Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h834 space::ContinuousMemMapAllocSpace* source_space,
Dheap.cc2616 space::ContinuousMemMapAllocSpace* source_space, in Compact() argument
2619 if (target_space != source_space) { in Compact()
2622 semi_space_collector_->SetFromSpace(source_space); in Compact()