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

/art/runtime/gc/collector/
H A Dmark_compact.cc273 Compact();
381 void MarkCompact::Compact() { function in class:art::gc::collector::MarkCompact
/art/runtime/gc/
H A Dheap.cc1577 Compact(to_space, from_space, kGcCauseHomogeneousSpaceCompact);
1663 Compact(bump_pointer_space_, main_space_, kGcCauseCollectorTransition);
1698 // Compact to the main space from the bump pointer space, don't need to swap semispaces.
1700 Compact(main_space_, bump_pointer_space_, kGcCauseCollectorTransition);
1929 // Compact the bump pointer space to a new zygote bump pointer space.
2047 void Heap::Compact(space::ContinuousMemMapAllocSpace* target_space, function in class:art::gc::Heap

Completed in 213 milliseconds