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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp400 int cyclelen = 0, commentlen = 0; local
408 if (cyclelen < templen)
409 cyclelen = templen;
413 templen = 1 + commentlen + (cyclelen + 8) * pipeline->_rescount;
422 cyclelen, res_cycles[i], (i < pipeline->_rescount-1) ? ',' : ' ', pipeline->_reslist.name(i));
474 int cyclelen = ((maxcycleused + 3) >> 2); local

Completed in 228 milliseconds