Fix one crash on deoptimization.

When a full fragment deoptimization (using the deoptimization exception)
happens on a call stack fragment which only has:
art_quick_invoke_stub -> art_quick_to_interpreter_bridge

We do not create a shadow frame. This wasn't expected by
Thread::DeoptimizeWithDeoptimizationException.

Test: 844-exception2
Change-Id: I55377356302fe5d9519af557bf3c0da97e893dc1
6 files changed