Searched refs:parseCompilerOption (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | AndroidRuntime.cpp | 506 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/ |
D | AndroidRuntime.h | 125 bool parseCompilerOption(const char* property,
|