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

/openjdk7/hotspot/src/share/vm/opto/
H A Dphase.cpp52 elapsedTimer Phase::_t_graphReshaping; member in class:Phase
118 tty->print_cr (" graphReshape : %3.3f sec", Phase::_t_graphReshaping.seconds());
122 Phase::_t_macroExpand.seconds() + Phase::_t_graphReshaping.seconds();
149 Phase::_t_optimizer.seconds() + Phase::_t_graphReshaping.seconds() +
H A Dphase.hpp88 static elapsedTimer _t_graphReshaping; member in class:Phase
H A Dcompile.cpp2077 NOT_PRODUCT( TracePhase t2("graphReshape", &_t_graphReshaping, TimeCompiler); )

Completed in 41 milliseconds