commit | 4a200f56b7075309316b04d550c9cc50f8314edd | [log] [tgz] |
---|---|---|
author | Jeff Hao <jeffhao@google.com> | Tue Apr 01 14:58:49 2014 -0700 |
committer | Jeff Hao <jeffhao@google.com> | Wed Apr 02 17:18:13 2014 -0700 |
tree | 0c01f484239203eeeb9f8e5f97300bca09b051ad | |
parent | d0ab1223cc8c5181e502196a7765790ad2aba3c8 [diff] [blame] |
Add support for -Xverify:none mode. This mode skips all verification and compilation. Public bug: https://code.google.com/p/android/issues/detail?id=67664 Change-Id: Idd00ab8e9e46d129c02988b063c41a507e07bf5b
diff --git a/runtime/parsed_options.h b/runtime/parsed_options.h index d6516a8..416bc78 100644 --- a/runtime/parsed_options.h +++ b/runtime/parsed_options.h
@@ -80,6 +80,7 @@ uint32_t profile_interval_us_; double profile_backoff_coefficient_; ProfilerClockSource profile_clock_source_; + bool verify_; static constexpr uint32_t kExplicitNullCheck = 1; static constexpr uint32_t kExplicitSuspendCheck = 2;