// FIXME: Add IR instructions for checking method arity!
// s.getVariableCompiler().checkMethodArity(required, opt, rest);
// self = args[0]
s.addInstr(new ReceiveSelfInstruction(getSelf(s)));
// Other args begin at index 0
int argIndex = 0;
// Both for fixed arity and variable arity methods