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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp100 // Integrated with logging. If logging is turned on, and dolog is true,
110 TracePhase(const char* name, elapsedTimer* accumulator, bool dolog);
H A Dcompile.cpp3271 Compile::TracePhase::TracePhase(const char* name, elapsedTimer* accumulator, bool dolog) argument
3273 _phase_name(name), _dolog(dolog)
3275 if (dolog) {

Completed in 72 milliseconds