Improve SPARSE_SWITCH handling in interpreter.

This CL avoids to set "next" instruction twice. We used to first set "next"
instruction to the instruction following the SPARSE_SWITCH. Then, we set it to
the instruction corresponding to the entry we find in the table.

We now set it only once: either we branch or we continue.

Change-Id: Ic93cd0abae00edb1fb952c34bc9031fffc7f4a35
1 file changed
tree: de5847bf78f6b6f1b9c87bbf3f4a99453014a9ea
  1. build/
  2. dalvikvm/
  3. jdwpspy/
  4. src/
  5. test/
  6. tools/
  7. .gitignore
  8. Android.mk