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

/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp156 char _print_raw; member in class:decode_env
252 _print_raw = (strstr(options(), "xml") ? 2 : 1);
446 if (_print_raw) {
450 FILE* xmlout = (_print_raw > 1 ? out : NULL);

Completed in 97 milliseconds