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

  /art/runtime/gc/collector/
partial_mark_sweep.h 27 class PartialMarkSweep : public MarkSweep {
33 explicit PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
34 ~PartialMarkSweep() {}
42 DISALLOW_COPY_AND_ASSIGN(PartialMarkSweep);
partial_mark_sweep.cc 28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
33 void PartialMarkSweep::BindBitmaps() {

Completed in 34 milliseconds