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

  /art/runtime/arch/arm64/
instruction_set_features_arm64_test.cc 31 EXPECT_STREQ("a53", arm64_features->GetFeatureString().c_str());
39 EXPECT_STREQ("a53", cortex_a57_features->GetFeatureString().c_str());
47 EXPECT_STREQ("a53", cortex_a73_features->GetFeatureString().c_str());
55 EXPECT_STREQ("-a53", cortex_a35_features->GetFeatureString().c_str());
65 EXPECT_STREQ("-a53", kryo_features->GetFeatureString().c_str());
75 EXPECT_STREQ("-a53", cortex_a55_features->GetFeatureString().c_str());
85 EXPECT_STREQ("-a53", cortex_a75_features->GetFeatureString().c_str());
instruction_set_features_arm64.h 59 std::string GetFeatureString() const OVERRIDE;
instruction_set_features_arm64.cc 116 std::string Arm64InstructionSetFeatures::GetFeatureString() const {
  /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 255 std::string X86InstructionSetFeatures::GetFeatureString() const {
  /external/libchrome/base/test/
scoped_feature_list.cc 14 static std::string GetFeatureString(
46 InitFromCommandLine(GetFeatureString(enabled_features),
47 GetFeatureString(disabled_features));
  /art/runtime/arch/x86_64/
instruction_set_features_x86_64_test.cc 31 x86_64_features->GetFeatureString().c_str());
  /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());
60 EXPECT_STREQ("div,atomic_ldrd_strd,armv8a", denver_features->GetFeatureString().c_str());
73 EXPECT_STREQ("-div,-atomic_ldrd_strd,-armv8a", generic_features->GetFeatureString().c_str());
98 EXPECT_STREQ("div,atomic_ldrd_strd,-armv8a", krait_features->GetFeatureString().c_str());
110 EXPECT_STREQ("div,atomic_ldrd_strd,-armv8a", kryo_features->GetFeatureString().c_str());
124 EXPECT_STREQ("div,atomic_ldrd_strd,armv8a", denver_features->GetFeatureString().c_str());
137 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 295 std::string ArmInstructionSetFeatures::GetFeatureString() const {
  /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/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 95 virtual std::string GetFeatureString() const = 0;
instruction_set_features.cc 263 os << "ISA: " << rhs.GetInstructionSet() << " Feature string: " << rhs.GetFeatureString();
  /art/runtime/
runtime.cc     [all...]
  /art/oatdump/
oatdump.cc 441 os << features->GetFeatureString() << "\n\n";
    [all...]

Completed in 294 milliseconds