Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
DAndroidRuntime.cpp636 char dex2oat_isa_features[sizeof("--instruction-set-features=") -1 + PROPERTY_VALUE_MAX]; in startVm() local
895 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
897 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
/frameworks/native/cmds/installd/
Ddexopt.cpp225 char dex2oat_isa_features[kPropertyValueMax]; in run_dex2oat() local
227 dex2oat_isa_features, NULL) > 0; in run_dex2oat()
309 sprintf(instruction_set_features_arg, "--instruction-set-features=%s", dex2oat_isa_features); in run_dex2oat()