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

  /art/runtime/arch/x86/
instruction_set_features_x86_test.cc 31 x86_features->GetFeatureString().c_str());
44 x86_features->GetFeatureString().c_str());
54 x86_default_features->GetFeatureString().c_str());
64 x86_64_features->GetFeatureString().c_str());
81 x86_features->GetFeatureString().c_str());
91 x86_default_features->GetFeatureString().c_str());
101 x86_64_features->GetFeatureString().c_str());
118 x86_features->GetFeatureString().c_str());
128 x86_default_features->GetFeatureString().c_str());
138 x86_64_features->GetFeatureString().c_str())
    [all...]
instruction_set_features_x86.h 62 std::string GetFeatureString() const override;
instruction_set_features_x86.cc 270 std::string X86InstructionSetFeatures::GetFeatureString() const {
  /art/runtime/arch/x86_64/
instruction_set_features_x86_64_test.cc 31 x86_64_features->GetFeatureString().c_str());
  /art/runtime/arch/mips64/
instruction_set_features_mips64_test.cc 30 EXPECT_STREQ("msa", mips64_features->GetFeatureString().c_str());
41 EXPECT_STREQ("msa", mips64r6_features->GetFeatureString().c_str());
instruction_set_features_mips64.h 59 std::string GetFeatureString() const override;
instruction_set_features_mips64.cc 103 std::string Mips64InstructionSetFeatures::GetFeatureString() const {
  /art/runtime/arch/arm64/
instruction_set_features_arm64_test.cc 31 EXPECT_STREQ("a53,crc,-lse,-fp16,-dotprod", arm64_features->GetFeatureString().c_str());
40 EXPECT_STREQ("a53,crc,-lse,-fp16,-dotprod", cortex_a57_features->GetFeatureString().c_str());
52 EXPECT_STREQ("a53,crc,-lse,-fp16,-dotprod", cortex_a73_features->GetFeatureString().c_str());
60 EXPECT_STREQ("-a53,crc,-lse,-fp16,-dotprod", cortex_a35_features->GetFeatureString().c_str());
70 EXPECT_STREQ("-a53,crc,-lse,-fp16,-dotprod", kryo_features->GetFeatureString().c_str());
81 EXPECT_STREQ("-a53,crc,lse,fp16,dotprod", cortex_a55_features->GetFeatureString().c_str());
100 EXPECT_STREQ("-a53,crc,lse,fp16,dotprod", cortex_a75_features->GetFeatureString().c_str());
120 EXPECT_STREQ("-a53,crc,lse,fp16,dotprod", cortex_a76_features->GetFeatureString().c_str());
142 EXPECT_STREQ("-a53,crc,lse,fp16,dotprod", a76_features->GetFeatureString().c_str());
154 EXPECT_STREQ("a53,crc,-lse,-fp16,-dotprod", generic_features->GetFeatureString().c_str())
    [all...]
instruction_set_features_arm64.h 64 std::string GetFeatureString() const override;
instruction_set_features_arm64.cc 267 std::string Arm64InstructionSetFeatures::GetFeatureString() const {
  /art/runtime/arch/arm/
instruction_set_features_arm_test.cc 34 EXPECT_STREQ("div,atomic_ldrd_strd,-armv8a", krait_features->GetFeatureString().c_str());
46 EXPECT_STREQ("div,atomic_ldrd_strd,armv8a", kryo_features->GetFeatureString().c_str());
59 EXPECT_STREQ("-div,-atomic_ldrd_strd,-armv8a", generic_features->GetFeatureString().c_str());
84 EXPECT_STREQ("div,atomic_ldrd_strd,-armv8a", krait_features->GetFeatureString().c_str());
96 EXPECT_STREQ("div,atomic_ldrd_strd,-armv8a", kryo_features->GetFeatureString().c_str());
110 EXPECT_STREQ("div,atomic_ldrd_strd,armv8a", denver_features->GetFeatureString().c_str());
123 EXPECT_STREQ("-div,-atomic_ldrd_strd,-armv8a", generic_features->GetFeatureString().c_str());
instruction_set_features_arm.h 61 std::string GetFeatureString() const override;
instruction_set_features_arm.cc 296 std::string ArmInstructionSetFeatures::GetFeatureString() const {
  /art/runtime/arch/mips/
instruction_set_features_mips_test.cc 30 EXPECT_STREQ("fpu32,mips2,-msa", mips_features->GetFeatureString().c_str());
41 EXPECT_STREQ("fpu32,-mips2,-msa", mips32r1_features->GetFeatureString().c_str());
57 EXPECT_STREQ("fpu32,mips2,-msa", mips32r2_features->GetFeatureString().c_str());
78 EXPECT_STREQ("-fpu32,mips2,msa", mips32r5_features->GetFeatureString().c_str());
104 EXPECT_STREQ("-fpu32,mips2,r6,msa", mips32r6_features->GetFeatureString().c_str());
instruction_set_features_mips.h 61 std::string GetFeatureString() const override;
instruction_set_features_mips.cc 187 std::string MipsInstructionSetFeatures::GetFeatureString() const {
  /art/runtime/arch/
instruction_set_features.h 109 virtual std::string GetFeatureString() const = 0;
instruction_set_features.cc 297 os << "ISA: " << rhs.GetInstructionSet() << " Feature string: " << rhs.GetFeatureString();
  /art/runtime/
runtime.cc     [all...]
  /art/oatdump/
oatdump.cc 437 os << features->GetFeatureString() << "\n\n";
    [all...]

Completed in 1141 milliseconds