Home
last modified time | relevance | path

Searched defs:Sweep (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/collector/
Dsticky_mark_sweep.cc76 void StickyMarkSweep::Sweep(bool swap_bitmaps ATTRIBUTE_UNUSED) { in Sweep() function in art::gc::collector::StickyMarkSweep
Dsemi_space.cc509 void SemiSpace::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::collector::SemiSpace
Dmark_sweep.cc1307 void MarkSweep::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::collector::MarkSweep
Dconcurrent_copying.cc2404 void ConcurrentCopying::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::collector::ConcurrentCopying
/art/runtime/gc/space/
Dspace.cc90 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::space::ContinuousMemMapAllocSpace
Dimage_space.h198 void Sweep(bool /* swap_bitmaps */, size_t* /* freed_objects */, size_t* /* freed_bytes */) { in Sweep() function
Dlarge_object_space.cc625 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep() function in art::gc::space::LargeObjectSpace
/art/openjdkjvmti/
Djvmti_weak_table-inl.h179 void JvmtiWeakTable<T>::Sweep(art::IsMarkedVisitor* visitor) { in Sweep() function
/art/runtime/gc/
Dsystem_weak_test.cc73 void Sweep(IsMarkedVisitor* visitor) override in Sweep() function