Searched defs:CFGPrinterOutput (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.cpp36 class CFGPrinterOutput : public CHeapObj<mtCompiler> { class in inherits:CHeapObj
60 CFGPrinterOutput();
78 CFGPrinterOutput* CFGPrinter::_output = NULL;
85 _output = new CFGPrinterOutput();
108 CFGPrinterOutput::CFGPrinterOutput() function in class:CFGPrinterOutput
115 void CFGPrinterOutput::inc_indent() {
120 void CFGPrinterOutput::dec_indent() {
125 void CFGPrinterOutput::print(const char* format, ...) {
134 void CFGPrinterOutput
[all...]

Completed in 32 milliseconds