commit | b10668cb6a34398eb720f9a6305ff9a51b3ebfd4 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Thu Jun 10 09:52:53 2021 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Mon Jun 14 12:51:59 2021 +0000 |
tree | ab155a0ae3c2966c20a3de68dbf53e6fe2ced86a | |
parent | 893e2edbd5aa14ab2ccb1800ccd3154f21a2d8a7 [diff] |
Clean up Class::GetDirectInterface(). Fetch array interfaces from the `IfTable`. This removes the only use of the `Thread* self` argument, so we can remove that argument. We also make the function non-static to avoid the explicit `klass` argument. Similarly clean up arguments of `Class::FindClass()` and `Class::FindStaticClass()`. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 181943478 Change-Id: Id639b675b4eb331a777cf318eb61bd19e05de4f0