Searched refs:totals (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp434 TaskQueueStats totals; local
439 totals += stats;
447 st->print("tot "); totals.print(st); st->cr();
449 DEBUG_ONLY(totals.verify());
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp3752 TaskQueueStats totals; local
3756 totals += task_queue(i)->stats;
3758 st->print_raw("tot "); totals.print(st); st->cr();
3760 DEBUG_ONLY(totals.verify());

Completed in 51 milliseconds