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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.hpp59 static bool should_log(methodHandle method);
H A DcompileBroker.cpp1721 bool should_log = (thread->log() != NULL); local
1731 if (should_log && !CompilerOracle::should_log(method)) {
1732 should_log = false;
1760 if (should_log) {
H A DcompilerOracle.cpp318 bool CompilerOracle::should_log(methodHandle method) { function in class:CompilerOracle
/openjdk7/hotspot/src/share/vm/utilities/
H A Devents.hpp112 bool should_log() { function in class:EventLogBase
152 if (!should_log()) return;
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp69 if (!should_log()) {

Completed in 49 milliseconds