Lines Matching defs:argcnt
219 uint argcnt = domain->cnt() - TypeFunc::Parms;
220 BasicType *sig_bt = NEW_RESOURCE_ARRAY( BasicType, argcnt );
221 VMRegPair *vm_parm_regs = NEW_RESOURCE_ARRAY( VMRegPair, argcnt );
222 _parm_regs = NEW_RESOURCE_ARRAY( OptoRegPair, argcnt );
223 _calling_convention_mask = NEW_RESOURCE_ARRAY( RegMask, argcnt );
225 for( i = 0; i<argcnt; i++ ) {
232 start->calling_convention( sig_bt, vm_parm_regs, argcnt );
236 { for (uint i = 0; i<argcnt; i++) {
270 for( i = 0; i < argcnt; i++ ) {
1217 int argcnt = cnt - TypeFunc::Parms;
1218 if( argcnt > 0 ) { // Skip it all if we have no args
1219 BasicType *sig_bt = NEW_RESOURCE_ARRAY( BasicType, argcnt );
1220 VMRegPair *parm_regs = NEW_RESOURCE_ARRAY( VMRegPair, argcnt );
1222 for( i = 0; i < argcnt; i++ ) {
1226 call->calling_convention( sig_bt, parm_regs, argcnt );
1231 { for (int i = 0; i<argcnt; i++) {
1262 for( i = 0; i < argcnt; i++ ) {