HomeSort by relevance Sort by last modified time
    Searched refs:parseRuntimeOption (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
AndroidRuntime.cpp 506 bool AndroidRuntime::parseRuntimeOption(const char* property,
689 parseRuntimeOption("dalvik.vm.stack-trace-file", stackTraceFileBuf, "-Xstacktracefile:");
693 if (parseRuntimeOption("dalvik.vm.jniopts", jniOptsBuf, "-Xjniopts:")) {
715 parseRuntimeOption("dalvik.vm.heapstartsize", heapstartsizeOptsBuf, "-Xms", "4m");
716 parseRuntimeOption("dalvik.vm.heapsize", heapsizeOptsBuf, "-Xmx", "16m");
718 parseRuntimeOption("dalvik.vm.heapgrowthlimit", heapgrowthlimitOptsBuf, "-XX:HeapGrowthLimit=");
719 parseRuntimeOption("dalvik.vm.heapminfree", heapminfreeOptsBuf, "-XX:HeapMinFree=");
720 parseRuntimeOption("dalvik.vm.heapmaxfree", heapmaxfreeOptsBuf, "-XX:HeapMaxFree=");
721 parseRuntimeOption("dalvik.vm.heaptargetutilization",
726 parseRuntimeOption("dalvik.vm.foreground-heap-growth-multiplier"
    [all...]
  /frameworks/base/core/jni/include/android_runtime/
AndroidRuntime.h 121 bool parseRuntimeOption(const char* property,

Completed in 194 milliseconds