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 explicit StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
34 ~StickyMarkSweep() {}
50 DISALLOW_COPY_AND_ASSIGN(StickyMarkSweep);
sticky_mark_sweep.cc 27 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
33 void StickyMarkSweep::BindBitmaps() {
50 void StickyMarkSweep::MarkReachableObjects() {
58 void StickyMarkSweep::Sweep(bool swap_bitmaps) {

Completed in 45 milliseconds