Searched defs:debug_output (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | dfa.cpp | 29 static bool debug_output = false; variable 129 if( debug_output ) { fprintf(fp, "// Previous rule with lower cost than: %s === %s_rule costs %s\n", arrayIdx, rule, cost->as_string()); } 137 if( debug_output ) { fprintf(fp, "// Previous rule with higher cost\n"); } 150 if( debug_output ) { fprintf(fp, "%s// %s KNOWN_INVALID \n", spaces, arrayIdx); } 298 if( debug_output ) { fprintf(fp, "// expand operand classes for operand: %s \n", (char *)op->_ident ); } // %%%%% Explanation 320 if( debug_output ) { fprintf(fp, "// chain rules starting from: %s and %s \n", (char *)operand, (char *)irule); } // %%%%% Explanation
|
Completed in 104 milliseconds