Searched defs:PartialMarkSweep (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/collector/
H A Dpartial_mark_sweep.h26 class PartialMarkSweep : public MarkSweep { class in namespace:art::gc::collector
33 PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
34 ~PartialMarkSweep() {}
43 DISALLOW_IMPLICIT_CONSTRUCTORS(PartialMarkSweep);
H A Dpartial_mark_sweep.cc28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) function in class:art::gc::collector::PartialMarkSweep
33 void PartialMarkSweep::BindBitmaps() {

Completed in 323 milliseconds