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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp230 int paramcount = 0; local
252 paramcount++;
256 if (paramcount == 0) {
276 (++i < paramcount ? ',' : ' ') );
288 ndx+1, paramcount, operand_stages);
845 int paramcount = 0; local
866 paramcount++;
925 paramcount,
933 if (paramcount > 0) {

Completed in 47 milliseconds