Rewrite virtual method linking.
Instead of using a custom hash set, use the `HashSet<>`.
Instead of inserting new methods and matching superclass
methods, start by inserting superclass methods and then
match new virtual methods. (The new approach can later be
extended to also insert new methods to allow faster search
for linking interface methods.)
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Bug: 181943478
Change-Id: Iec9ac10394414da4d3c2a58f279b36c32bf4b568
1 file changed