Searched refs:opMoveParam (Results 1 – 2 of 2) sorted by relevance
294 moveParameterInstructions.add(new PlainCstInsn(Rops.opMoveParam(local.type.ropType), in initializeLocals()
1127 case RegOps.MOVE_PARAM: return opMoveParam(dest); in ropFor()1266 public static Rop opMoveParam(TypeBearer type) { in opMoveParam() method in Rops