diff options
| author | 2022-09-12 20:37:58 +0000 | |
|---|---|---|
| committer | 2022-09-28 15:06:46 +0000 | |
| commit | aebf927633059672e6fc0c0b332051d76fc1ef96 (patch) | |
| tree | 3ae95fa9adecd1ff19096a1bc12c1febe5f11052 /compiler/common_compiler_test.cc | |
| parent | 37c04d8787df2f8c0069fa424315424c2ec2fd0f (diff) | |
Correctly handle non-invokable methods in InitializeMethodsCode
Non-invokable methods were handled correctly when there is no
instrumentation but it was not obvious or explicitly handled. For ex: we
could still install AOT code but we never pass AOT code for
non-invokable methods. When instrumentation was enabled, non-invokable
methods weren't handled correctly. This CL makes the handling explicit
by initializing the entrypoint to QuickToInterpreterEntryBridge.
Bug: 206029744
Test: art/testrunner.py -t 2240-tracing-non-invokable-method
Change-Id: Idf2e95e29791d0e4244afa5dfe36e5b78649853c
Diffstat (limited to 'compiler/common_compiler_test.cc')
0 files changed, 0 insertions, 0 deletions