Fixes for register promotion; enable fast path

Had an off-by-one error in the range argument loading (only mattered when
register promotion is enabled - for range args we do a memory copy and
must ensure that all promoted values are flushed to memory before the
copy.  Also reworked and removed some asserts for sitations that are
legal now that we're promoting.  Enabled fast path code to exercise it
a bit.

Change-Id: Id1acb3dad01d5d1077661150e98e51fd4243b6f1
2 files changed
tree: ebe5eb3c9f97386ff93b5b79f434d0de687f0c65
  1. build/
  2. src/
  3. test/
  4. tools/
  5. Android.mk