Home
last modified time | relevance | path

Searched refs:parseCompilerOption (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
DAndroidRuntime.cpp533 bool AndroidRuntime::parseCompilerOption(const char* property, in parseCompilerOption() function in android::AndroidRuntime
814 parseCompilerOption("dalvik.vm.image-dex2oat-filter", dex2oatImageCompilerFilterBuf, in startVm()
867 parseCompilerOption("dalvik.vm.dex2oat-filter", dex2oatCompilerFilterBuf, in startVm()
870 parseCompilerOption("dalvik.vm.dex2oat-threads", dex2oatThreadsBuf, "-j", "-Xcompiler-option"); in startVm()
871 parseCompilerOption("dalvik.vm.image-dex2oat-threads", dex2oatThreadsImageBuf, "-j", in startVm()
898 parseCompilerOption(dex2oat_isa_variant_key, dex2oat_isa_variant, in startVm()
900 parseCompilerOption(dex2oat_isa_variant_key, dex2oat_isa_variant, in startVm()
904 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
906 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
/frameworks/base/core/jni/include/android_runtime/
DAndroidRuntime.h125 bool parseCompilerOption(const char* property,