Lines Matching defs:stats
2200 // In case we're keeping closure specialization stats, initialize those
3542 // The "G1CollectorPolicy" is keeping track of these stats, so delegate
3755 st->print("%3d ", i); task_queue(i)->stats.print(st); st->cr();
3756 totals += task_queue(i)->stats;
3766 task_queue(i)->stats.reset();
3849 // Inner scope for scope based logging, timers, and stats collection
4911 _stats_lock(Mutex::leaf, "parallel G1 stats lock", true)
5614 ReferenceProcessorStats stats;
5617 stats = rp->process_discovered_references(&is_alive,
5628 stats = rp->process_discovered_references(&is_alive,
5635 _gc_tracer_stw->report_gc_reference_stats(stats);