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

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp633 char dex2oat_isa_features_key[PROPERTY_KEY_MAX]; local
854 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set);
855 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features,
857 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features,
/frameworks/native/cmds/installd/
H A Ddexopt.cpp223 char dex2oat_isa_features_key[kPropertyKeyMax]; local
224 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set);
226 bool have_dex2oat_isa_features = get_property(dex2oat_isa_features_key,

Completed in 4519 milliseconds