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

  /art/runtime/gc/collector/
garbage_collector.h 138 virtual void RunPhases() = 0;
garbage_collector.cc 96 RunPhases(); // Run all the GC phases.
mark_compact.h 64 virtual void RunPhases() OVERRIDE NO_THREAD_SAFETY_ANALYSIS;
semi_space.h 66 virtual void RunPhases() OVERRIDE NO_THREAD_SAFETY_ANALYSIS;
mark_sweep.h 60 virtual void RunPhases() OVERRIDE REQUIRES(!mark_stack_lock_);
concurrent_copying.h 73 virtual void RunPhases() OVERRIDE
mark_compact.cc 66 void MarkCompact::RunPhases() {
semi_space.cc 116 void SemiSpace::RunPhases() {
    [all...]
mark_sweep.cc 145 void MarkSweep::RunPhases() {
    [all...]
concurrent_copying.cc 158 void ConcurrentCopying::RunPhases() {
    [all...]

Completed in 288 milliseconds