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

/openjdk7/hotspot/src/share/vm/opto/
H A Dphase.hpp92 static elapsedTimer _t_macroExpand; member in class:Phase
H A Dphase.cpp56 elapsedTimer Phase::_t_macroExpand; member in class:Phase
117 tty->print_cr (" macroExpand : %3.3f sec", Phase::_t_macroExpand.seconds());
122 Phase::_t_macroExpand.seconds() + Phase::_t_graphReshaping.seconds();
H A Dcompile.cpp2064 NOT_PRODUCT( TracePhase t2("macroExpand", &_t_macroExpand, TimeCompiler); )

Completed in 265 milliseconds