Searched refs:parseRuntimeOption (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp441 bool AndroidRuntime::parseRuntimeOption(const char* property, function in class:android::AndroidRuntime
614 parseRuntimeOption("dalvik.vm.stack-trace-file", stackTraceFileBuf, "-Xstacktracefile:");
641 if (parseRuntimeOption("dalvik.vm.jniopts", jniOptsBuf, "-Xjniopts:")) {
663 parseRuntimeOption("dalvik.vm.heapstartsize", heapstartsizeOptsBuf, "-Xms", "4m");
664 parseRuntimeOption("dalvik.vm.heapsize", heapsizeOptsBuf, "-Xmx", "16m");
670 parseRuntimeOption("dalvik.vm.jit.codecachesize",
674 parseRuntimeOption("dalvik.vm.heapgrowthlimit", heapgrowthlimitOptsBuf, "-XX:HeapGrowthLimit=");
675 parseRuntimeOption("dalvik.vm.heapminfree", heapminfreeOptsBuf, "-XX:HeapMinFree=");
676 parseRuntimeOption("dalvik.vm.heapmaxfree", heapmaxfreeOptsBuf, "-XX:HeapMaxFree=");
677 parseRuntimeOption("dalvi
[all...]
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h121 bool parseRuntimeOption(const char* property,

Completed in 339 milliseconds