Don't call MethodExitEvent if we require a deopt in MethodExitHook

With the change to method entry / exit hooks to be directly called
from JITed code we deoptimize from artMethodExitHook. Since we are
still in the Jited code, interpreter re-executes the return
instruction and calls any method exit events required. Hence, we
shouldn't call MethodExitEvent if we require a deoptimization.

Test: art/test.py
Bug: 208587492
Change-Id: Iefe29cb3b7cb8db394b3eb9ca100af1462687089
1 file changed