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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp304 int * res_stages = new int [pipeline->_rescount]; local
308 res_stages[i] = 0;
316 if (res_stages[i] < stage+1)
317 res_stages[i] = stage+1;
325 if (res_stages[i] == 0) {
330 int stagelen = (int)strlen(pipeline->_stages.name(res_stages[i]-1));
346 res_stages[i] == 0 ? "undefined" : pipeline->_stages.name(res_stages[i]-1);
368 delete [] res_stages;

Completed in 41 milliseconds