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

  /art/runtime/gc/collector/
garbage_collector.h 112 virtual void DumpPerformanceInfo(std::ostream& os) REQUIRES(!pause_histogram_lock_);
garbage_collector.cc 283 void GarbageCollector::DumpPerformanceInfo(std::ostream& os) {
concurrent_copying.h 311 void DumpPerformanceInfo(std::ostream& os) override REQUIRES(!rb_slow_path_histogram_lock_);
398 // ReclaimPhase, and is read by DumpPerformanceInfo (potentially from another
399 // thread). However, at present, DumpPerformanceInfo is only called when the
concurrent_copying.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 107 milliseconds