diff options
author | Vladimir Marko <vmarko@google.com> | 2017-07-27 16:51:35 +0100 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2017-07-27 16:56:42 +0100 |
commit | fbfc3945c1877cfb97ebd217ccceb98abc4bc441 (patch) | |
tree | 19259839bdeec7d62f8cb9724ddfad493545854c /compiler/optimizing/graph_visualizer.cc | |
parent | ae616fa0e828cd6cbbae53edf3cf14338ad49dd9 (diff) |
Remove ClassLinker::SetEntryPointsToCompiledCode().
This function was used only for tests and it was essentially
just calling ArtMethod::SetEntryPointFromQuickCompiledCode()
in a very obscure way and required the memory before the
code pointer to contain a non-zero code size.
This is a follow-up to
https://android-review.googlesource.com/445648
that removed a problematic use of the function, calling it
with a pointer to an entrypoint instead of a pointer to
compiled managed code, i.e. without the pre-header that
should contain the non-zero code size.
Test: m test-art-host-gtest
Change-Id: I483450832443ea0589eb41c74491384bcd5d6ab8
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions