Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.h180 void Compact() EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_);
Dmark_compact.cc271 Compact(); in ReclaimPhase()
416 void MarkCompact::Compact() { in Compact() function in art::gc::collector::MarkCompact
/art/runtime/gc/
Dheap.cc1848 collector::GarbageCollector* collector = Compact(to_space, from_space, in PerformHomogeneousSpaceCompact()
1934 collector = Compact(bump_pointer_space_, main_space_, kGcCauseCollectorTransition); in TransitionCollector()
1971 collector = Compact(main_space_, bump_pointer_space_, kGcCauseCollectorTransition); in TransitionCollector()
2350 collector::GarbageCollector* Heap::Compact(space::ContinuousMemMapAllocSpace* target_space, in Compact() function in art::gc::Heap
Dheap.h695 collector::GarbageCollector* Compact(space::ContinuousMemMapAllocSpace* target_space,