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

/openjdk9/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp95 bool _should_send_method; member in class:IdealGraphPrinter
H A DidealGraphPrinter.cpp115 _should_send_method = true;
299 if (_should_send_method) {
337 _should_send_method = true;
673 if (!_current_method || !_should_send_method || !should_print(level)) return;

Completed in 91 milliseconds