Interpreter.
The opcodes filled-new-array and packed-switch aren't implemented but
are trivial given that they are variants of implemented opcodes.
Refactor Field::Get routines to take the declaring class in the case of
static field accesses. This avoids a check on every use of a field.
Refactor arg array builder to be shared by JNI invokes and invocations
into the interpreter.
Fix benign bug in const decoding in the verifier.
Change-Id: I8dee6c1f4b7f033e6c003422c56e9471cfaccda8
diff --git a/build/Android.common.mk b/build/Android.common.mk
index d141149..0d31237 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -154,6 +154,7 @@
src/image_writer.cc \
src/indirect_reference_table.cc \
src/intern_table.cc \
+ src/interpreter/interpreter.cc \
src/jdwp/jdwp_event.cc \
src/jdwp/jdwp_expand_buf.cc \
src/jdwp/jdwp_handler.cc \