Searched refs:StickyMarkSweep (Results 1 – 3 of 3) sorted by relevance
31 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep() function in art::gc::collector::StickyMarkSweep36 void StickyMarkSweep::BindBitmaps() { in BindBitmaps()55 void StickyMarkSweep::MarkReachableObjects() { in MarkReachableObjects()63 void StickyMarkSweep::MarkConcurrentRoots(VisitRootFlags flags) { in MarkConcurrentRoots()76 void StickyMarkSweep::Sweep(bool swap_bitmaps ATTRIBUTE_UNUSED) { in Sweep()
27 class StickyMarkSweep final : public PartialMarkSweep {33 StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");34 ~StickyMarkSweep() {} in ~StickyMarkSweep()57 DISALLOW_IMPLICIT_CONSTRUCTORS(StickyMarkSweep);
650 garbage_collectors_.push_back(new collector::StickyMarkSweep(this, concurrent)); in Heap()