Searched refs:GetFeatureString (Results 1 - 20 of 20) sorted by relevance

/art/runtime/arch/mips/
H A Dinstruction_set_features_mips_test.cc30 EXPECT_STREQ("smp,fpu32,mips2", mips_features->GetFeatureString().c_str());
H A Dinstruction_set_features_mips.h56 std::string GetFeatureString() const OVERRIDE;
H A Dinstruction_set_features_mips.cc180 std::string MipsInstructionSetFeatures::GetFeatureString() const { function in class:art::MipsInstructionSetFeatures
/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64_test.cc30 EXPECT_STREQ("smp", mips64_features->GetFeatureString().c_str());
H A Dinstruction_set_features_mips64.h56 std::string GetFeatureString() const OVERRIDE;
H A Dinstruction_set_features_mips64.cc92 std::string Mips64InstructionSetFeatures::GetFeatureString() const { function in class:art::Mips64InstructionSetFeatures
/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64_test.cc31 x86_64_features->GetFeatureString().c_str());
/art/runtime/arch/x86/
H A Dinstruction_set_features_x86_test.cc30 EXPECT_STREQ("smp,-ssse3,-sse4.1,-sse4.2,-avx,-avx2", x86_features->GetFeatureString().c_str());
42 EXPECT_STREQ("smp,ssse3,-sse4.1,-sse4.2,-avx,-avx2", x86_features->GetFeatureString().c_str());
52 x86_default_features->GetFeatureString().c_str());
62 x86_64_features->GetFeatureString().c_str());
78 EXPECT_STREQ("smp,ssse3,sse4.1,sse4.2,-avx,-avx2", x86_features->GetFeatureString().c_str());
88 x86_default_features->GetFeatureString().c_str());
98 x86_64_features->GetFeatureString().c_str());
H A Dinstruction_set_features_x86.h57 std::string GetFeatureString() const OVERRIDE;
H A Dinstruction_set_features_x86.cc219 std::string X86InstructionSetFeatures::GetFeatureString() const { function in class:art::X86InstructionSetFeatures
/art/runtime/arch/arm/
H A Dinstruction_set_features_arm_test.cc34 EXPECT_STREQ("smp,div,atomic_ldrd_strd", krait_features->GetFeatureString().c_str());
47 EXPECT_STREQ("smp,div,atomic_ldrd_strd", denver_features->GetFeatureString().c_str());
60 EXPECT_STREQ("smp,-div,-atomic_ldrd_strd", arm7_features->GetFeatureString().c_str());
85 EXPECT_STREQ("smp,div,atomic_ldrd_strd", krait_features->GetFeatureString().c_str());
98 EXPECT_STREQ("smp,div,atomic_ldrd_strd", denver_features->GetFeatureString().c_str());
111 EXPECT_STREQ("smp,-div,-atomic_ldrd_strd", arm7_features->GetFeatureString().c_str());
H A Dinstruction_set_features_arm.h57 std::string GetFeatureString() const OVERRIDE;
H A Dinstruction_set_features_arm.cc247 std::string ArmInstructionSetFeatures::GetFeatureString() const { function in class:art::ArmInstructionSetFeatures
/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64_test.cc31 EXPECT_STREQ("smp,a53", arm64_features->GetFeatureString().c_str());
H A Dinstruction_set_features_arm64.h57 std::string GetFeatureString() const OVERRIDE;
H A Dinstruction_set_features_arm64.cc118 std::string Arm64InstructionSetFeatures::GetFeatureString() const { function in class:art::Arm64InstructionSetFeatures
/art/runtime/arch/
H A Dinstruction_set_features.h75 virtual std::string GetFeatureString() const = 0;
H A Dinstruction_set_features.cc299 os << "ISA: " << rhs.GetInstructionSet() << " Feature string: " << rhs.GetFeatureString();
/art/runtime/
H A Druntime.cc1690 feature_string += features->GetFeatureString();
/art/oatdump/
H A Doatdump.cc388 os << features->GetFeatureString() << "\n\n";

Completed in 159 milliseconds