Searched refs:MarkSweep (Results 1 – 13 of 13) sorted by relevance
83 void MarkSweep::BindBitmaps() { in BindBitmaps()94 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in MarkSweep() function in art::gc::collector::MarkSweep111 void MarkSweep::InitializePhase() { in InitializePhase()140 void MarkSweep::RunPhases() { in RunPhases()171 void MarkSweep::ProcessReferences(Thread* self) { in ProcessReferences()178 void MarkSweep::PausePhase() { in PausePhase()210 void MarkSweep::PreCleanCards() { in PreCleanCards()241 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) { in RevokeAllThreadLocalAllocationStacks()249 void MarkSweep::MarkingPhase() { in MarkingPhase()263 void MarkSweep::UpdateAndMarkModUnion() { in UpdateAndMarkModUnion()[all …]
29 : MarkSweep(heap, is_concurrent, name_prefix.empty() ? "partial " : name_prefix) { in PartialMarkSweep()34 MarkSweep::BindBitmaps(); in BindBitmaps()
55 class MarkSweep : public GarbageCollector {57 explicit MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");59 ~MarkSweep() {} in ~MarkSweep()337 DISALLOW_COPY_AND_ASSIGN(MarkSweep);
26 class PartialMarkSweep : public MarkSweep {
33 inline void MarkSweep::ScanObjectVisit(mirror::Object* obj, const MarkVisitor& visitor, in ScanObjectVisit()
27 class MarkSweep; variable152 friend class collector::MarkSweep;
27 class MarkSweep; variable192 friend class collector::MarkSweep;
28 class MarkSweep; variable157 friend class collector::MarkSweep;
30 class MarkSweep; variable
32 class MarkSweep; variable
36 class MarkSweep; variable
71 class MarkSweep; variable1051 friend class collector::MarkSweep;
420 garbage_collectors_.push_back(new collector::MarkSweep(this, concurrent)); in Heap()2808 collector::MarkSweep* mark_sweep = down_cast<collector::MarkSweep*>(gc); in PostGcVerificationPaused()