HomeSort by relevance Sort by last modified time
    Searched refs:MarkingPhase (Results 1 - 8 of 8) sorted by null

  /art/runtime/gc/collector/
mark_compact.h 66 void MarkingPhase() REQUIRES(Locks::mutator_lock_)
semi_space.h 68 virtual void MarkingPhase() REQUIRES(Locks::mutator_lock_)
mark_compact.cc 72 MarkingPhase();
160 void MarkCompact::MarkingPhase() {
mark_sweep.h 62 void MarkingPhase() REQUIRES(!mark_stack_lock_) REQUIRES_SHARED(Locks::mutator_lock_);
300 // Used to Get around thread safety annotations. The call is from MarkingPhase and is guarded by
semi_space.cc 125 MarkingPhase();
134 MarkingPhase();
175 void SemiSpace::MarkingPhase() {
    [all...]
concurrent_copying.h 80 void MarkingPhase() REQUIRES_SHARED(Locks::mutator_lock_)
mark_sweep.cc 152 MarkingPhase();
161 MarkingPhase();
255 void MarkSweep::MarkingPhase() {
    [all...]
concurrent_copying.cc 179 MarkingPhase();
778 void ConcurrentCopying::MarkingPhase() {
779 TimingLogger::ScopedTiming split("MarkingPhase", GetTimings());
781 LOG(INFO) << "GC MarkingPhase";
    [all...]

Completed in 71 milliseconds