Searched refs:hr_printer (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp1801 G1HRPrinter* hr_printer = _g1h->hr_printer(); local
1802 if (hr_printer->is_active()) {
1806 hr_printer->cleanup(hr);
H A Dg1CollectedHeap.hpp756 G1HRPrinter* hr_printer() { return &_hr_printer; }
H A Dg1CollectedHeap.cpp1245 PostCompactionPrinterClosure(G1HRPrinter* hr_printer) argument
1246 : _hr_printer(hr_printer) { }
1250 PostCompactionPrinterClosure cl(hr_printer());

Completed in 67 milliseconds