HomeSort by relevance Sort by last modified time
    Searched refs:AddFeaturesFromString (Results 1 - 6 of 6) sorted by null

  /art/runtime/arch/arm/
instruction_set_features_arm_test.cc 91 base_features->AddFeaturesFromString("atomic_ldrd_strd,div", &error_msg));
103 base_features->AddFeaturesFromString("atomic_ldrd_strd,div", &error_msg));
115 base_features->AddFeaturesFromString("div,atomic_ldrd_strd,armv8a", &error_msg));
129 base_features->AddFeaturesFromString("default", &error_msg));
  /art/runtime/arch/
instruction_set_features.h 64 std::unique_ptr<const InstructionSetFeatures> AddFeaturesFromString(
instruction_set_features_test.cc 89 base_features->AddFeaturesFromString(dex2oat_isa_features, &error_msg));
instruction_set_features.cc 184 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::AddFeaturesFromString(
  /art/compiler/jit/
jit_compiler.cc 130 instruction_set_features_->AddFeaturesFromString(str.as_string(), &error_msg);
  /art/dex2oat/
dex2oat.cc 737 instruction_set_features_->AddFeaturesFromString(str.as_string(),
    [all...]

Completed in 89 milliseconds