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 67 void MarkingPhase() REQUIRES(Locks::mutator_lock_)
semi_space.h 69 virtual void MarkingPhase() REQUIRES(Locks::mutator_lock_)
mark_compact.cc 66 MarkingPhase();
168 void MarkCompact::MarkingPhase() {
concurrent_copying.h 67 void MarkingPhase() SHARED_REQUIRES(Locks::mutator_lock_)
mark_sweep.h 63 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
semi_space.cc 124 MarkingPhase();
133 MarkingPhase();
174 void SemiSpace::MarkingPhase() {
    [all...]
mark_sweep.cc 151 MarkingPhase();
160 MarkingPhase();
254 void MarkSweep::MarkingPhase() {
    [all...]
concurrent_copying.cc 107 MarkingPhase();
355 void ConcurrentCopying::MarkingPhase() {
356 TimingLogger::ScopedTiming split("MarkingPhase", GetTimings());
358 LOG(INFO) << "GC MarkingPhase";
467 LOG(INFO) << "GC end of MarkingPhase";
    [all...]

Completed in 275 milliseconds