Searched refs:report_gc_phase_end (Results 1 - 2 of 2) 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...]
H A DgcTimer.hpp114 void report_gc_phase_end(jlong time);

Completed in 549 milliseconds