OSDN Git Service

ART: Lock an arg reg in GenInlinedGet
authorAndreas Gampe <agampe@google.com>
Thu, 17 Jul 2014 07:12:32 +0000 (00:12 -0700)
committerAndreas Gampe <agampe@google.com>
Thu, 17 Jul 2014 15:24:03 +0000 (08:24 -0700)
commit30ab8a8a6597962adf63f3a438ec34b754cc117e
treec881366dea96b4834005dadac014ad0106da2316
parent81457a3cd8fca14396b5785a4e4c8070c259b07a
ART: Lock an arg reg in GenInlinedGet

Must lock an explicit target register so that it doesn't get used
for a temp and clobbered.

Bug: 16352802
Change-Id: I9e4ac76f92460cdbe59392989d12f8d0321cc624
compiler/dex/quick/gen_invoke.cc