Switch-interpreter: Add new 'next' instruction field.
This field is set by handlers to the next instruction to execute.
It is initialized to fall-through and can be overwritten as needed.
As the first step, only DCHECK its value against the 'inst' field.
The next step will be to remove all the inst->Next_xxx() calls.
Test: test.py -b -r --host --64 --interpreter
Test: run-libjdwp-tests.sh --mode=host --variant=X64 --debug --no-jit
Change-Id: I92740d21871cf3a5b34d9d1615ad2a71ba021339
3 files changed