343536373839404142
// case 0: // return new ZeroOperandArgNoBlockNoResultCallInstr(this); case 1: // if (isAllFixnums()) return new OneFixnumArgNoBlockNoResultCallInstr(this); return new OneOperandArgNoBlockNoResultCallInstr(this); } return this; }
333435363738394041