Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_features_test.cc48 std::string dex2oat_isa_variant = android::base::GetProperty(key, ""); local
49 if (!dex2oat_isa_variant.empty()) {
54 InstructionSetFeatures::FromVariant(kRuntimeISA, dex2oat_isa_variant, &error_msg));
76 std::string dex2oat_isa_variant = android::base::GetProperty(variant_key, ""); local
77 if (!dex2oat_isa_variant.empty()) {
87 InstructionSetFeatures::FromVariant(kRuntimeISA, dex2oat_isa_variant, &error_msg));