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

/openjdk7/hotspot/src/share/vm/opto/
H A Dphase.hpp107 static elapsedTimer _t_computeLive; member in class:Phase
H A Dphase.cpp71 elapsedTimer Phase::_t_computeLive; member in class:Phase
132 tty->print_cr (" computeLive : %3.3f sec", Phase::_t_computeLive.seconds());
137 Phase::_t_buildIFGphysical.seconds() + Phase::_t_computeLive.seconds() +
H A Dchaitin.cpp257 NOT_PRODUCT( Compile::TracePhase t3("computeLive", &_t_computeLive, TimeCompiler); )
274 NOT_PRODUCT( Compile::TracePhase t3("computeLive (sbplr)", &_t_computeLive, TimeCompiler); )
309 NOT_PRODUCT( Compile::TracePhase t3("computeLive", &_t_computeLive, TimeCompiler); )
339 NOT_PRODUCT( Compile::TracePhase t3("computeLive", &_t_computeLive, TimeCompiler); )
403 NOT_PRODUCT( Compile::TracePhase t3("computeLive", &_t_computeLive, TimeCompiler); )

Completed in 36 milliseconds