Searched refs:MarkingPhase (Results 1 - 8 of 8) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_compact.h67 void MarkingPhase() REQUIRES(Locks::mutator_lock_)
H A Dsemi_space.h69 virtual void MarkingPhase() REQUIRES(Locks::mutator_lock_)
H A Dmark_compact.cc67 MarkingPhase();
155 void MarkCompact::MarkingPhase() { function in class:art::gc::collector::MarkCompact
H A Dconcurrent_copying.h67 void MarkingPhase() SHARED_REQUIRES(Locks::mutator_lock_)
H A Dmark_sweep.h63 void MarkingPhase() REQUIRES(!mark_stack_lock_) SHARED_REQUIRES(Locks::mutator_lock_);
299 // Used to Get around thread safety annotations. The call is from MarkingPhase and is guarded by
H A Dsemi_space.cc124 MarkingPhase();
133 MarkingPhase();
174 void SemiSpace::MarkingPhase() { function in class:art::gc::collector::SemiSpace
H A Dmark_sweep.cc151 MarkingPhase();
160 MarkingPhase();
254 void MarkSweep::MarkingPhase() { function in class:art::gc::collector::MarkSweep
H A Dconcurrent_copying.cc107 MarkingPhase();
354 void ConcurrentCopying::MarkingPhase() { function in class:art::gc::collector::ConcurrentCopying
355 TimingLogger::ScopedTiming split("MarkingPhase", GetTimings());
357 LOG(INFO) << "GC MarkingPhase";
466 LOG(INFO) << "GC end of MarkingPhase";

Completed in 993 milliseconds