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

  /art/runtime/gc/collector/
garbage_collector.h 144 virtual void RunPhases() = 0;
semi_space.h 66 void RunPhases() override NO_THREAD_SAFETY_ANALYSIS;
garbage_collector.cc 157 RunPhases(); // Run all the GC phases.
mark_sweep.h 60 void RunPhases() override REQUIRES(!mark_stack_lock_);
concurrent_copying.h 75 void RunPhases() override
semi_space.cc 117 void SemiSpace::RunPhases() {
    [all...]
mark_sweep.cc 147 void MarkSweep::RunPhases() {
    [all...]
concurrent_copying.cc 188 void ConcurrentCopying::RunPhases() {
    [all...]

Completed in 390 milliseconds