commit | ae12f96965dd1fb1cf5fefb0188b749e921ba88b | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Fri Jan 06 12:06:13 2023 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Jan 16 12:14:00 2023 +0000 |
tree | 802eb68fb823189f39cb1d7e57ed9e035568f4b9 | |
parent | e52e4fb74e9f13009af4ffbfb2e5103ce035a94b [diff] |
Refactor code aroud method resolution. - Make unresolved AOT entrypoints use the tls cache - Remove duplicate code - Inline method access checks logic in its only use. - Fix in ClassLinker::ResolveMethodWithoutInvokeType() by calling shared helper. Test: test.py Change-Id: I1f42b5d0ac1dcd9c5eb483db9c5c5eefc9b2f4d1