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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp747 if (_hr_printer.is_active()) {
752 _hr_printer.alloc(G1HRPrinter::SingleHumongous, first_hr, new_top);
755 _hr_printer.alloc(G1HRPrinter::StartsHumongous, first_hr, end);
778 _hr_printer.alloc(G1HRPrinter::ContinuesHumongous, hr, new_top);
783 _hr_printer.alloc(G1HRPrinter::ContinuesHumongous, hr, hr->end());
1222 G1HRPrinter* _hr_printer; member in class:PostCompactionPrinterClosure
1229 _hr_printer->post_compaction(hr, G1HRPrinter::Old);
1233 _hr_printer->post_compaction(hr, G1HRPrinter::SingleHumongous);
1235 _hr_printer->post_compaction(hr, G1HRPrinter::StartsHumongous);
1239 _hr_printer
[all...]
H A Dg1CollectedHeap.hpp379 G1HRPrinter _hr_printer; member in class:G1CollectedHeap
756 G1HRPrinter* hr_printer() { return &_hr_printer; }

Completed in 231 milliseconds