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

  /art/runtime/gc/collector/
mark_sweep.h 55 class MarkSweep : public GarbageCollector {
57 MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
59 ~MarkSweep() {}
370 DISALLOW_IMPLICIT_CONSTRUCTORS(MarkSweep);
mark_sweep.cc 82 void MarkSweep::BindBitmaps() {
93 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
113 void MarkSweep::InitializePhase() {
144 void MarkSweep::RunPhases() {
175 void MarkSweep::ProcessReferences(Thread* self) {
184 void MarkSweep::PausePhase() {
216 void MarkSweep::PreCleanCards() {
247 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) {
255 void MarkSweep::MarkingPhase()
    [all...]

Completed in 2500 milliseconds