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.cpp632 char dex2oat_isa_features_key[PROPERTY_KEY_MAX]; in startVm() local
903 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set); in startVm()
904 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
906 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
/frameworks/native/cmds/installd/
Ddexopt.cpp262 char dex2oat_isa_features_key[kPropertyKeyMax]; in run_dex2oat() local
263 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set); in run_dex2oat()
265 bool have_dex2oat_isa_features = get_property(dex2oat_isa_features_key, in run_dex2oat()