Searched defs:_t_graphReshaping (Results 1 - 2 of 2) 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

Completed in 1068 milliseconds