202203204205206207208209210211212
} if (accFlags.isStatic()) { thisArg = null; } else { TypeImmutableArg arg = InsnArg.typeImmutableReg(pos - 1, parentClass.getClassInfo().getType()); arg.markAsThis(); thisArg = arg; } if (args.isEmpty()) { argsList = Collections.emptyList(); return;