Interpret methods invoked via JNI in interpreter only mode.

This fixes the issue of Dhrystone having the same performance in
interpreter only mode. Main was executing compiled code since it
uses CallStaticVoidMethod directly. Now a check for interpreter
only mode in InvokeWithArgArray redirects it to the interpreter.

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