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.cc46 std::string dex2oat_isa_variant = android::base::GetProperty(key, ""); local
47 if (!dex2oat_isa_variant.empty()) {
52 InstructionSetFeatures::FromVariant(kRuntimeISA, dex2oat_isa_variant, &error_msg));
74 std::string dex2oat_isa_variant = android::base::GetProperty(variant_key, ""); local
75 if (!dex2oat_isa_variant.empty()) {
85 InstructionSetFeatures::FromVariant(kRuntimeISA, dex2oat_isa_variant, &error_msg));