Add slow path for OP_NEW_INSTANCE

If the type is unresolved at verification time, we can't be sure
it's a valid new.  The compiler will now check for type resolution
at compile time.  If unresolved, we'll call out to the slow path,
where the access check will take place.

This CL only contains the compiler portion of this change.  For
now, the slow path code just calls out to the normal routine.

Change-Id: Ia568a164389baedaa695a44f6845a0fdfe585b56
7 files changed
tree: a43560b6c3f70708cad676476e7aca395c10e337
  1. build/
  2. oat_process/
  3. oat_runtime/
  4. src/
  5. test/
  6. tools/
  7. Android.mk