OSDN Git Service

Fix an issue of partial fragment deoptimization
authorMingyao Yang <mingyao@google.com>
Fri, 3 Jun 2016 00:01:02 +0000 (17:01 -0700)
committerMingyao Yang <mingyao@google.com>
Fri, 3 Jun 2016 05:58:13 +0000 (22:58 -0700)
commita3549d2b93f6ab4fe42f7c137cecae51b3b5fa14
tree71de49768cb78980015dac65a4cbc49d23e82e12
parent1b66fdf3f33c72dfdda4d31f6f17b6a0d8607402
Fix an issue of partial fragment deoptimization

If the interpreter bridge returns to the instrumentation exit stub,
we need to let the stub makes the decision whether the calling code
is deoptimizeable or not since the stub knows the real return pc.

Bug: 28769520
Change-Id: I262d1222e50a1ccbcb3675d05dcab414dc242a28
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc