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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp844 int maxMoreInstrs = 0; local
858 if ((maxWriteStage+maxMoreInstrs) < (stagenum+moreinsts)) {
860 maxMoreInstrs = moreinsts;
920 else if (maxMoreInstrs == 0)
923 fprintf(fp_cpp, "((uint)stage_%s)+%d", _pipeline->_stages.name(maxWriteStage), maxMoreInstrs);

Completed in 62 milliseconds