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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp260 char *operand_stages = new char [templen]; local
261 operand_stages[0] = 0;
274 templen += sprintf(&operand_stages[templen], " stage_%s%c\n",
280 int ndx = pipeline_reads.index(operand_stages);
284 pipeline_reads.addName(operand_stages);
285 ndx = pipeline_reads.index(operand_stages);
288 ndx+1, paramcount, operand_stages);
291 delete [] operand_stages;

Completed in 46 milliseconds