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 28 class StickyMarkSweep : public PartialMarkSweep {
34 explicit StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
35 ~StickyMarkSweep() {}
53 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() {
49 void StickyMarkSweep::MarkReachableObjects() {
57 void StickyMarkSweep::Sweep(bool swap_bitmaps) {
62 void StickyMarkSweep::MarkThreadRoots(Thread* self) {

Completed in 42 milliseconds