Searched refs:_t_computeLive (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | phase.hpp | 107 static elapsedTimer _t_computeLive; member in class:Phase
|
H A D | phase.cpp | 71 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 D | chaitin.cpp | 257 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 37 milliseconds