Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
DAndroidRuntime.cpp506 bool AndroidRuntime::parseCompilerOption(const char* property, in parseCompilerOption() function in android::AndroidRuntime
739 parseCompilerOption("dalvik.vm.image-dex2oat-filter", dex2oatImageCompilerFilterBuf, in startVm()
778 parseCompilerOption("dalvik.vm.dex2oat-filter", dex2oatCompilerFilterBuf, in startVm()
781 parseCompilerOption("dalvik.vm.dex2oat-threads", dex2oatThreadsBuf, "-j", "-Xcompiler-option"); in startVm()
782 parseCompilerOption("dalvik.vm.image-dex2oat-threads", dex2oatThreadsImageBuf, "-j", in startVm()
809 parseCompilerOption(dex2oat_isa_variant_key, dex2oat_isa_variant, in startVm()
811 parseCompilerOption(dex2oat_isa_variant_key, dex2oat_isa_variant, in startVm()
815 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
817 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
/frameworks/base/include/android_runtime/
DAndroidRuntime.h125 bool parseCompilerOption(const char* property,