diff options
Diffstat (limited to 'runtime/runtime_options.def')
| -rw-r--r-- | runtime/runtime_options.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def index 76d16579bb..b2fcf7df13 100644 --- a/runtime/runtime_options.def +++ b/runtime/runtime_options.def @@ -47,6 +47,7 @@ RUNTIME_OPTIONS_KEY (ParseIntList<':'>, BootClassPathOatFds) // std::vecto RUNTIME_OPTIONS_KEY (std::string, ClassPath) RUNTIME_OPTIONS_KEY (ParseStringList<':'>,Image) RUNTIME_OPTIONS_KEY (Unit, ForceJitZygote) +RUNTIME_OPTIONS_KEY (Unit, AllowInMemoryCompilation) RUNTIME_OPTIONS_KEY (Unit, CheckJni) RUNTIME_OPTIONS_KEY (Unit, JniOptsForceCopy) RUNTIME_OPTIONS_KEY (std::string, JdwpOptions, "suspend=n,server=y") @@ -80,7 +81,7 @@ RUNTIME_OPTIONS_KEY (Unit, DumpJITInfoOnShutdown) RUNTIME_OPTIONS_KEY (Unit, IgnoreMaxFootprint) RUNTIME_OPTIONS_KEY (bool, AlwaysLogExplicitGcs, true) RUNTIME_OPTIONS_KEY (Unit, LowMemoryMode) -RUNTIME_OPTIONS_KEY (bool, UseTLAB, (kUseTlab || kUseReadBarrier)) +RUNTIME_OPTIONS_KEY (bool, UseTLAB, kUseTlab) RUNTIME_OPTIONS_KEY (bool, EnableHSpaceCompactForOOM, true) RUNTIME_OPTIONS_KEY (bool, UseJitCompilation, true) RUNTIME_OPTIONS_KEY (bool, UseProfiledJitCompilation, false) @@ -125,6 +126,7 @@ RUNTIME_OPTIONS_KEY (Unit, MethodTrace) RUNTIME_OPTIONS_KEY (std::string, MethodTraceFile, "/data/misc/trace/method-trace-file.bin") RUNTIME_OPTIONS_KEY (unsigned int, MethodTraceFileSize, 10 * MB) RUNTIME_OPTIONS_KEY (Unit, MethodTraceStreaming) +RUNTIME_OPTIONS_KEY (TraceClockSource, MethodTraceClock, kDefaultTraceClockSource) RUNTIME_OPTIONS_KEY (TraceClockSource, ProfileClock, kDefaultTraceClockSource) // -Xprofile: RUNTIME_OPTIONS_KEY (ProfileSaverOptions, ProfileSaverOpts) // -Xjitsaveprofilinginfo, -Xps-* RUNTIME_OPTIONS_KEY (std::string, Compiler) |