commit | 9cd6d378bd573cdc14d049d32bdd22a97fa4d84a | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Tue Feb 09 15:24:47 2016 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Wed Feb 24 10:25:29 2016 +0000 |
tree | be293c89806b919143b7dcd203bae14f5f4eaf04 | |
parent | 0e02ee9efbf1dbdde05d2b10f7307bbe191c52f5 [diff] |
Associate slow paths with the instruction that they belong to. Almost all slow paths already know the instruction they belong to, this CL just moves the knowledge to the base class as well. This is needed to be be able to get the corresponding dex pc for slow path, which allows us generate better native line numbers, which in turn fixes some native debugging stepping issues. Change-Id: I568dbe78a7cea6a43a4a71a014b3ad135782c270