| commit | 765a167cb152931dede6aad1fa398700d4702113 | [log] [tgz] |
|---|---|---|
| author | Vladimir Marko <vmarko@google.com> | Fri Mar 05 16:16:04 2021 +0000 |
| committer | Vladimir Marko <vmarko@google.com> | Mon Mar 08 09:22:05 2021 +0000 |
| tree | 02177f7edf91468797b56c2cde4ecd65825ebf9f | |
| parent | 68e8a7c0a96d941bf08956dd0d8d83c282d0af9f [diff] |
Faster DexFileVerifier::CheckInterClassDefItem().
Use cached data instead of calling DexFile::FindClassDef().
This was a missed opportnity in
https://android-review.googlesource.com/1291003
where we recorded the data during the "intra" phase.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Bug: 153966283
Bug: 181943478
Change-Id: Ibe8b18811bcd2914c61013816404ed237b7e7fb0