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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp2143 int stagelen = (int)strlen("undefined"); local
2150 if (stagelen < len) stagelen = len;
2158 fprintf(fp_hpp, " stage_%-*s = 0,\n", stagelen, "undefined");
2163 fprintf(fp_hpp, " stage_%-*s = %d,\n", stagelen, stage, ++stagenum);
2166 fprintf(fp_hpp, " stage_%-*s = %d\n", stagelen, "count", stagenum);
H A Doutput_c.cpp330 int stagelen = (int)strlen(pipeline->_stages.name(res_stages[i]-1)); local
331 if (max_stage < stagelen)
332 max_stage = stagelen;

Completed in 50 milliseconds