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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp89 static int _file_count; member in class:IdealGraphPrinter
H A DidealGraphPrinter.cpp73 int IdealGraphPrinter::_file_count = 0; member in class:IdealGraphPrinter
123 if (_file_count != 0) {
129 st.print("%d%s", _file_count, dot);
131 st.print("%s%d", PrintIdealGraphFile, _file_count);
139 _file_count++;

Completed in 31 milliseconds