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

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

Completed in 107 milliseconds