Home | History | Annotate | Download | only in arm64

Lines Matching defs:error_msg

25   std::string error_msg;
27 InstructionSetFeatures::FromVariant(kArm64, "default", &error_msg));
28 ASSERT_TRUE(arm64_features.get() != nullptr) << error_msg;
35 InstructionSetFeatures::FromVariant(kArm64, "cortex-a57", &error_msg));
36 ASSERT_TRUE(cortex_a57_features.get() != nullptr) << error_msg;
43 InstructionSetFeatures::FromVariant(kArm64, "cortex-a73", &error_msg));
44 ASSERT_TRUE(cortex_a73_features.get() != nullptr) << error_msg;
51 InstructionSetFeatures::FromVariant(kArm64, "cortex-a35", &error_msg));
52 ASSERT_TRUE(cortex_a35_features.get() != nullptr) << error_msg;
59 InstructionSetFeatures::FromVariant(kArm64, "kryo", &error_msg));
60 ASSERT_TRUE(kryo_features.get() != nullptr) << error_msg;