Searched refs:CFGPrinter (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.hpp39 class CFGPrinter : public AllStatic { class in inherits:AllStatic
H A Dc1_CFGPrinter.cpp45 void block_do(BlockBegin* block) { if (block != NULL) CFGPrinter::output()->print_block(block); }
78 CFGPrinterOutput* CFGPrinter::_output = NULL;
83 void CFGPrinter::print_compilation(Compilation* compilation) {
91 void CFGPrinter::print_cfg(BlockList* blocks, const char* name, bool do_print_HIR, bool do_print_LIR) {
96 void CFGPrinter::print_cfg(IR* blocks, const char* name, bool do_print_HIR, bool do_print_LIR) {
102 void CFGPrinter::print_intervals(IntervalList* intervals, const char* name) {
H A Dc1_Compilation.cpp148 CFGPrinter::print_cfg(_hir, "After Generation of HIR", true, false);
401 CFGPrinter::print_compilation(this);
H A Dc1_Compilation.hpp50 class CFGPrinter;
H A Dc1_LinearScan.cpp3143 CFGPrinter::print_intervals(&_intervals, label);
3156 CFGPrinter::print_cfg(ir()->linear_scan_order(), label, hir_valid, true);
H A Dc1_GraphBuilder.cpp118 CFGPrinter::print_cfg(_bci2block, title.as_string(), false, false);

Completed in 84 milliseconds