Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
DAndroidRuntime.cpp690 char dex2oat_isa_features_key[PROPERTY_KEY_MAX]; in startVm() local
967 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", ABI_STRING); in startVm()
968 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
1027 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
/frameworks/native/cmds/installd/
Ddexopt.cpp388 const std::string dex2oat_isa_features_key = in RunDex2Oat() local
391 MapPropertyToArg(dex2oat_isa_features_key, "--instruction-set-features=%s"); in RunDex2Oat()