Home
last modified time | relevance | path

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

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