commit | 783f9f3f5251cd7c38e27f0f7113c60d0f38b633 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Sep 18 13:16:38 2014 -0700 |
committer | Simon Wilson <simonwilson@google.com> | Fri Mar 06 14:54:08 2015 -0800 |
tree | 7c9e7ee5296fdac1e1966f6d00d6782c4a990cfb | |
parent | 73ffc3e5b59bbc2ff5439d705b0876531ecb645b [diff] |
ART: Do a pre-pass for monitor_enter dex pc search In case the method does not have any monitor_enter instructions, it is unnecessary to run the full verifier. Speeds up stack dumps and works around b/17514582. Bug: 17514582 Change-Id: I5201bfbb9fb6cad49596b4c72e71983b58d9f20c (cherry picked from AOSP commit cb3c08fe9c733e477776dcc0d0fa5a3cf0053aa7)