From the Dalvik Bytecode documentation: > The N arguments to a method land in the last N registers > of the method's invocation frame, in order. > Wide arguments consume two registers. > Instance methods are passed a this reference as their first argument.
(self, nb, proto)