Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h971 space::ContinuousMemMapAllocSpace* source_space,
Dheap.cc2507 space::ContinuousMemMapAllocSpace* source_space, in Compact() argument
2510 if (target_space != source_space) { in Compact()
2513 semi_space_collector_->SetFromSpace(source_space); in Compact()