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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp323 int max_stage = 0; local
326 if (max_stage < 9)
327 max_stage = 9;
331 if (max_stage < stagelen)
332 max_stage = stagelen;
338 int templen = 1 + commentlen + pipeline->_rescount * (max_stage + 14);
349 resname, max_stage - (int)strlen(resname) + 1,

Completed in 43 milliseconds