Searched refs:Sweep (Results 1 - 20 of 20) sorted by relevance

/art/runtime/gc/collector/
H A Dsticky_mark_sweep.h52 void Sweep(bool swap_bitmaps)
H A Dsticky_mark_sweep.cc76 void StickyMarkSweep::Sweep(bool swap_bitmaps ATTRIBUTE_UNUSED) { function in class:art::gc::collector::StickyMarkSweep
H A Dmark_compact.cc244 Sweep(false);
533 void MarkCompact::Sweep(bool swap_bitmaps) { function in class:art::gc::collector::MarkCompact
544 RecordFree(alloc_space->Sweep(swap_bitmaps));
554 RecordFreeLOS(los->Sweep(swap_bitmaps));
H A Dmark_compact.h108 void Sweep(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_, Locks::mutator_lock_);
H A Dsemi_space.cc428 Sweep(false);
651 void SemiSpace::Sweep(bool swap_bitmaps) { function in class:art::gc::collector::SemiSpace
662 RecordFree(alloc_space->Sweep(swap_bitmaps));
675 RecordFreeLOS(los->Sweep(swap_bitmaps));
H A Dsemi_space.h138 virtual void Sweep(bool swap_bitmaps)
H A Dmark_sweep.h149 virtual void Sweep(bool swap_bitmaps)
156 // Sweep only pointers within an array. WARNING: Trashes objects.
H A Dmark_sweep.cc353 Sweep(false);
1306 void MarkSweep::Sweep(bool swap_bitmaps) { function in class:art::gc::collector::MarkSweep
1325 RecordFree(alloc_space->Sweep(swap_bitmaps));
1335 RecordFreeLOS(los->Sweep(swap_bitmaps));
H A Dconcurrent_copying.h217 void Sweep(bool swap_bitmaps)
H A Dconcurrent_copying.cc1668 void ConcurrentCopying::Sweep(bool swap_bitmaps) { function in class:art::gc::collector::ConcurrentCopying
1679 TimingLogger::ScopedTiming split("Sweep", GetTimings());
1688 RecordFree(alloc_space->Sweep(swap_bitmaps));
1720 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps));
1801 Sweep(false);
/art/runtime/gc/
H A Dsystem_weak.h36 virtual void Sweep(IsMarkedVisitor* visitor) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
H A Dsystem_weak_test.cc72 void Sweep(IsMarkedVisitor* visitor) OVERRIDE
/art/runtime/gc/space/
H A Dimage_space.h102 void Sweep(bool /* swap_bitmaps */, size_t* /* freed_objects */, size_t* /* freed_bytes */) { function in class:art::gc::space::ImageSpace
H A Dspace.cc92 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { function in class:art::gc::space::ContinuousMemMapAllocSpace
H A Dlarge_object_space.h78 collector::ObjectBytePair Sweep(bool swap_bitmaps);
H A Dspace.h446 collector::ObjectBytePair Sweep(bool swap_bitmaps);
H A Dlarge_object_space.cc593 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { function in class:art::gc::space::LargeObjectSpace
/art/openjdkjvmti/
H A Djvmti_weak_table.h100 // Sweep the container. DO NOT CALL MANUALLY.
101 ALWAYS_INLINE void Sweep(art::IsMarkedVisitor* visitor)
126 // Should HandleNullSweep be called when Sweep detects the release of an object?
H A Djvmti_weak_table-inl.h179 void JvmtiWeakTable<T>::Sweep(art::IsMarkedVisitor* visitor) { function in class:openjdkjvmti::JvmtiWeakTable
/art/runtime/
H A Druntime.cc621 holder->Sweep(visitor);

Completed in 186 milliseconds