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.cc55 std::string dex2oat_isa_variant = android::base::GetProperty(key, ""); local
56 if (!dex2oat_isa_variant.empty()) {
61 InstructionSetFeatures::FromVariant(kRuntimeISA, dex2oat_isa_variant, &error_msg));
89 std::string dex2oat_isa_variant = android::base::GetProperty(variant_key, ""); local
90 if (!dex2oat_isa_variant.empty()) {
100 InstructionSetFeatures::FromVariant(kRuntimeISA, dex2oat_isa_variant, &error_msg));