MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative

This makes MIPS32 boot again.

The issue was introduced in commit
6597946d29be9108e2cc51223553d3db9290a3d9:
Static invokes in slow paths would sometimes get
HMipsComputeBaseMethodAddress from the stack into the
same register where the art method pointer would later
be loaded (A0) with the former being overwritten in the
process of loading the latter.

Test: booted MIPS32R2 in QEMU

Change-Id: Ib584cf66795574175650f42b191c797fb3b3965f
1 file changed