Searched refs:Compact (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_compact.h158 void Compact() REQUIRES(Locks::mutator_lock_, Locks::heap_bitmap_lock_);
H A Dmark_compact.cc250 Compact();
386 void MarkCompact::Compact() { function in class:art::gc::collector::MarkCompact
/art/runtime/gc/
H A Dheap.cc1934 collector = Compact(to_space, from_space, kGcCauseHomogeneousSpaceCompact);
2028 collector = Compact(bump_pointer_space_, main_space_, kGcCauseCollectorTransition);
2065 // Compact to the main space from the bump pointer space, don't need to swap semispaces.
2067 collector = Compact(main_space_, bump_pointer_space_, kGcCauseCollectorTransition);
2313 // Compact the bump pointer space to a new zygote bump pointer space.
2478 collector::GarbageCollector* Heap::Compact(space::ContinuousMemMapAllocSpace* target_space, function in class:art::gc::Heap
H A Dheap.h841 // Compact source space to target space. Returns the collector used.
842 collector::GarbageCollector* Compact(space::ContinuousMemMapAllocSpace* target_space,

Completed in 2492 milliseconds