commit | 15b9d5274399736ac09705f0507df24fac4f00c1 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Mar 12 15:05:13 2015 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri Mar 13 10:26:47 2015 +0000 |
tree | 04564a9265f5dccefdd32ea7bdd25adc0267f80b | |
parent | 8bc616d09f93523f4bc982cc60c377b00161522a [diff] |
API change in StackVisitor::GetVReg*. - Remove GetVReg() and SetVReg() that were expecting to always succeed. - Change Quick-only methods to take a FromQuickCode suffix. - Change deopt to use dead values when GetVReg does not succeed: the optimizing compiler will not have a location for uninitialized Dex registers and potentially dead registers. Change-Id: Ida05773a97aff8aa69e0caf42ea961f80f854b77