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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp456 const uint maxcycleused = pipeline->_maxcycleused; local
457 const uint cyclemasksize = (maxcycleused + 31) >> 5;
474 int cyclelen = ((maxcycleused + 3) >> 2);
478 for (i = maxcycleused; i > 0; i /= 10)

Completed in 41 milliseconds