summaryrefslogtreecommitdiff
path: root/compiler/optimizing/loop_optimization.cc
diff options
context:
space:
mode:
author Mythri Alle <mythria@google.com> 2022-05-23 11:14:49 +0000
committer Mythri Alle <mythria@google.com> 2022-05-24 09:37:40 +0000
commit38f81f27aa6a1e82240eb8e598637c3a40339b6d (patch)
treea32b8e2eb92d47ee6d1ef9c24523468332e27522 /compiler/optimizing/loop_optimization.cc
parentb1296e1cd820ce1678939ccf9a1dfe1f267fc909 (diff)
Don't call entry callbacks when moving to JITed from interpreter
Earlier we used to call method entry callbacks and then check if we have JITed code in interpreter. If we have JITed code, then JIt code would call the method entry callbacks again which means listener would see two callbacks for such cases. Fix this by checking if we would execute JITed code before calling method entry callbaks from interpreter Bug: 206029744 Test: art/test.py Change-Id: I18cbd60172f0a0a861dfd85c675aa1a5cbc0e01a
Diffstat (limited to 'compiler/optimizing/loop_optimization.cc')
0 files changed, 0 insertions, 0 deletions