HomeSort by relevance Sort by last modified time
    Searched defs:StickyMarkSweep (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/collector/
sticky_mark_sweep.h 27 class StickyMarkSweep FINAL : public PartialMarkSweep {
33 StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
34 ~StickyMarkSweep() {}
58 DISALLOW_IMPLICIT_CONSTRUCTORS(StickyMarkSweep);
sticky_mark_sweep.cc 31 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
36 void StickyMarkSweep::BindBitmaps() {
55 void StickyMarkSweep::MarkReachableObjects() {
63 void StickyMarkSweep::MarkConcurrentRoots(VisitRootFlags flags) {
76 void StickyMarkSweep::Sweep(bool swap_bitmaps ATTRIBUTE_UNUSED) {

Completed in 531 milliseconds