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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp803 _trace_gen0_time_data.record_start_collection(s_w_t_ms);
858 _trace_gen0_time_data.record_yield_time(yield_ms);
953 _trace_gen0_time_data.record_end_collection(pause_time_ms, phase_times());
1362 _trace_gen0_time_data.print();
1931 _trace_gen0_time_data.increment_young_collection_count();
1933 _trace_gen0_time_data.increment_mixed_collection_count();
H A Dg1CollectorPolicy.hpp188 TraceGen0TimeData _trace_gen0_time_data; member in class:G1CollectorPolicy

Completed in 45 milliseconds