Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h843 space::ContinuousMemMapAllocSpace* source_space,
Dheap.cc2479 space::ContinuousMemMapAllocSpace* source_space, in Compact() argument
2482 if (target_space != source_space) { in Compact()
2485 semi_space_collector_->SetFromSpace(source_space); in Compact()