Make Array's throw routines void.

The "bool" return type of Array::ThrowArrayIndexOutOfBoundsException and
Array::ThrowArrayStoreException is useless. Make them void.

Note on ARM, this removes a "cmp" instruction in AGET/APUT instructions.

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