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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp416 char * resource_cycles = new char [templen]; local
421 templen += sprintf(&resource_cycles[templen], " %*d%c // %s\n",
426 int ndx = pipeline_res_cycles.index(resource_cycles);
430 pipeline_res_cycles.addName(resource_cycles);
431 ndx = pipeline_res_cycles.index(resource_cycles);
434 ndx+1, pipeline->_rescount, resource_cycles);
437 delete [] resource_cycles;

Completed in 43 milliseconds