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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.cpp41 bool _do_print_HIR; member in class:CFGPrinterOutput
63 void set_print_flags(bool do_print_HIR, bool do_print_LIR) { _do_print_HIR = do_print_HIR; _do_print_LIR = do_print_LIR; }
332 if (_do_print_HIR) {

Completed in 29 milliseconds