Simplify compiler's suspend check mechanism.

Move to a single mechanism for suspend checks.  Previously backwards
branches only checked the suspend count when an internal counter
reached zero, while returns always checked.  Now all checks use
the counter.

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