Searched defs:Compact (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_compact.cc273 Compact();
379 void MarkCompact::Compact() { function in class:art::gc::collector::MarkCompact
/art/runtime/gc/
H A Dheap.cc1631 Compact(to_space, from_space, kGcCauseHomogeneousSpaceCompact);
1717 Compact(bump_pointer_space_, main_space_, kGcCauseCollectorTransition);
1752 // Compact to the main space from the bump pointer space, don't need to swap semispaces.
1754 Compact(main_space_, bump_pointer_space_, kGcCauseCollectorTransition);
1985 // Compact the bump pointer space to a new zygote bump pointer space.
2105 void Heap::Compact(space::ContinuousMemMapAllocSpace* target_space, function in class:art::gc::Heap

Completed in 34 milliseconds