Searched defs:templen (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp229 int templen = 1; local
248 templen += 10 + (int)strlen(tmppipeopnd->_stage);
250 templen += 19;
260 char *operand_stages = new char [templen];
263 templen = 0;
274 templen += sprintf(&operand_stages[templen], " stage_%s%c\n",
338 int templen = 1 + commentlen + pipeline->_rescount * (max_stage + 14); local
341 char * resource_stages = new char [templen];
343 templen
399 int templen; local
470 int templen; local
[all...]

Completed in 40 milliseconds