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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1GCPhaseTimes.cpp88 buf.append(_print_format, _data[0]);
106 buf.append(_print_format, val);
116 buf.append(_print_format, min);
120 buf.append(_print_format, max);
122 buf.append(_print_format, max - min);
127 buf.append(_print_format, sum);
H A Dg1GCPhaseTimes.hpp35 const char* _print_format; member in class:WorkerDataArray
50 _length(length), _print_format(print_format), _print_sum(print_sum), _has_new_data(true) {

Completed in 30 milliseconds