commit | 02ca05a5a6e3f5028c6c2987a81be481d07bc617 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Tue May 12 13:58:51 2020 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Wed May 13 08:00:22 2020 +0000 |
tree | a364c4a46c573fdfddf607b0e78e5fd3f455c17f | |
parent | 5868adaefe72cc8bcdcd8325c40f712375a506d1 [diff] |
Move HandleCache to HGraph. This avoids passing the `VariableSizedHandleScope*` argument around and eliminates HGraph::inexact_object_rti_ and its initialization. The latter shall allow running Optimizing gtests that do not require type information without creating a Runtime in future. (To be implemented in a separate CL.) Test: m test-art-host-gtest Test: testrunner.py --host --optmizing Test: aosp_taimen-userdebug boots. Change-Id: I36fe9bc556c6d610d644c8c14cc74c9985a14d64