Use slow-path static field accessors; added tests

Modified the compiler to always take the slow path for static
field accesses.  Still need to implement the fast path, but this
allows us to test the slow path now.

It's also about time we added command-line (or other) options for
compiler control.  We'll want to have a testing option to force slow
paths for testing, and also an option to control the compiler's
debug output (which is starting to get annoying).

Change-Id: I9c1bc6faea0042894270d242366c688f1662842b
7 files changed
tree: 6e0d28df7394cd1921643032ed2030c3e0bc113c
  1. build/
  2. src/
  3. tools/
  4. Android.mk