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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp248 bool should_print_assembly();
H A DciMethod.cpp924 // ciMethod::should_print_assembly
927 bool ciMethod::should_print_assembly() { function in class:ciMethod
H A DbcEscapeAnalyzer.cpp1434 bool printit = _method->should_print_assembly();
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp661 bool print_assembly = (PrintAssembly || _method->should_print_assembly());

Completed in 277 milliseconds