Searched refs:MarkSweep (Results 1 – 12 of 12) sorted by relevance
81 void MarkSweep::BindBitmaps() { in BindBitmaps()92 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in MarkSweep() function in art::gc::collector::MarkSweep112 void MarkSweep::InitializePhase() { in InitializePhase()143 void MarkSweep::RunPhases() { in RunPhases()174 void MarkSweep::ProcessReferences(Thread* self) { in ProcessReferences()183 void MarkSweep::PausePhase() { in PausePhase()215 void MarkSweep::PreCleanCards() { in PreCleanCards()246 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) { in RevokeAllThreadLocalAllocationStacks()254 void MarkSweep::MarkingPhase() { in MarkingPhase()271 explicit ScanObjectVisitor(MarkSweep* const mark_sweep) ALWAYS_INLINE in ScanObjectVisitor()[all …]
29 : MarkSweep(heap, is_concurrent, name_prefix.empty() ? "partial " : name_prefix) { in PartialMarkSweep()34 MarkSweep::BindBitmaps(); in BindBitmaps()
26 class PartialMarkSweep : public MarkSweep {
55 class MarkSweep : public GarbageCollector {57 MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");59 ~MarkSweep() {} in ~MarkSweep()368 DISALLOW_IMPLICIT_CONSTRUCTORS(MarkSweep);
32 inline void MarkSweep::ScanObjectVisit(mirror::Object* obj, in ScanObjectVisit()
27 class MarkSweep; variable164 friend class collector::MarkSweep;
27 class MarkSweep; variable194 friend class collector::MarkSweep;
28 class MarkSweep; variable182 friend class collector::MarkSweep;
29 class MarkSweep; variable
33 class MarkSweep; variable
73 class MarkSweep; variable1356 friend class collector::MarkSweep;
581 garbage_collectors_.push_back(new collector::MarkSweep(this, concurrent)); in Heap()3417 collector::MarkSweep* mark_sweep = down_cast<collector::MarkSweep*>(gc); in PostGcVerificationPaused()