Searched refs:dex2oat_isa_features_key (Results 1 – 2 of 2) sorted by relevance
597 char dex2oat_isa_features_key[PROPERTY_KEY_MAX]; in startVm() local814 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set); in startVm()815 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()817 parseCompilerOption(dex2oat_isa_features_key, dex2oat_isa_features, in startVm()
780 char dex2oat_isa_features_key[PROPERTY_KEY_MAX]; in run_dex2oat() local781 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set); in run_dex2oat()783 bool have_dex2oat_isa_features = property_get(dex2oat_isa_features_key, in run_dex2oat()