commit | 0a6063a07edf210979de199aecead92647b8752c | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Thu May 14 16:39:14 2020 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Fri May 15 14:10:47 2020 +0000 |
tree | 03e427837b0c248700ac0ea7f42e91fa9a9cf53b | |
parent | ecb984ddbd830e6eb3f339b9bd4c7c90eac2438b [diff] |
Clean up Field::CreateFromArtField(). Remove code dealing with the DexCache. This was obsolete since switching to hash-based DexCache arrays. This makes the last remaining template parameter unused, so remove it and move the implementation to the .cc file. Test: m test-art-host-gtest Test: testrunner.py --host --optmizing Test: aost_taimen-userdebug boots. Change-Id: Ib2077028f45792e4357d9c57280ece70a22e47a2