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

/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h125 bool parseCompilerOption(const char* property,
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp518 bool AndroidRuntime::parseCompilerOption(const char* property, function in class:android::AndroidRuntime
759 parseCompilerOption("dalvik.vm.image-dex2oat-filter", dex2oatImageCompilerFilterBuf,
798 parseCompilerOption("dalvik.vm.dex2oat-filter", dex2oatCompilerFilterBuf,
801 parseCompilerOption("dalvik.vm.dex2oat-threads", dex2oatThreadsBuf, "-j", "-Xcompiler-option");
802 parseCompilerOption("dalvik.vm.image-dex2oat-threads", dex2oatThreadsImageBuf, "-j",
829 parseCompilerOption(dex2oat_isa_variant_key, dex2oat_isa_variant,
831 parseCompilerOption(dex2oat_isa_variant_key, dex2oat_isa_variant,
835 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features,
837 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features,

Completed in 355 milliseconds