Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.h159 void Compact() REQUIRES(Locks::mutator_lock_, Locks::heap_bitmap_lock_);
Dmark_compact.cc248 Compact(); in ReclaimPhase()
384 void MarkCompact::Compact() { in Compact() function in art::gc::collector::MarkCompact
/art/runtime/gc/
Dheap.cc2063 collector = Compact(to_space, from_space, kGcCauseHomogeneousSpaceCompact); in PerformHomogeneousSpaceCompact()
2154 collector = Compact(bump_pointer_space_, main_space_, kGcCauseCollectorTransition); in TransitionCollector()
2193 collector = Compact(main_space_, bump_pointer_space_, kGcCauseCollectorTransition); in TransitionCollector()
2615 collector::GarbageCollector* Heap::Compact(space::ContinuousMemMapAllocSpace* target_space, in Compact() function in art::gc::Heap
Dheap.h833 collector::GarbageCollector* Compact(space::ContinuousMemMapAllocSpace* target_space,