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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp341 char * resource_stages = new char [templen]; local
348 templen += sprintf(&resource_stages[templen], " stage_%s%-*s // %s\n",
355 int ndx = pipeline_res_stages.index(resource_stages);
359 pipeline_res_stages.addName(resource_stages);
360 ndx = pipeline_res_stages.index(resource_stages);
363 ndx+1, pipeline->_rescount, resource_stages);
366 delete [] resource_stages;

Completed in 47 milliseconds