Searched defs:report_gc_phase_end (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp46 _time_partitions.report_gc_phase_end(time);
54 _time_partitions.report_gc_phase_end(time);
142 void TimePartitions::report_gc_phase_end(jlong time) { function in class:TimePartitions
207 time_partitions.report_gc_phase_end(8);
221 time_partitions.report_gc_phase_end(3);
223 time_partitions.report_gc_phase_end(6);
240 time_partitions.report_gc_phase_end(4);
241 time_partitions.report_gc_phase_end(5);
260 time_partitions.report_gc_phase_end(6);
261 time_partitions.report_gc_phase_end(
[all...]

Completed in 927 milliseconds