body.getVariable("arg" + (i + 1));
stackType = stackTypes.get(i + 1);
if (stackType.isPrimitive()) {
body.append(ByteCodeUtils.boxPrimitiveIfNecessary(context, stackType));
}
body.invokeInterface(Map.class, "put", Object.class, Object.class, Object.class);
}
body.comment("return toStackRepresentation(values);")
.getVariable(valuesVariable)
.invokeStatic(MapType.class, "toStackRepresentation", Slice.class, Map.class)