Searched refs:AsArmInstructionSetFeatures (Results 1 – 4 of 4) sorted by relevance
32 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()33 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd()); in TEST()44 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()45 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd()); in TEST()57 EXPECT_FALSE(generic_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()58 EXPECT_FALSE(generic_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd()); in TEST()82 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()83 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd()); in TEST()94 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()95 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd()); in TEST()[all …]
274 const ArmInstructionSetFeatures* other_as_arm = other->AsArmInstructionSetFeatures(); in Equals()284 const ArmInstructionSetFeatures* other_as_arm = other->AsArmInstructionSetFeatures(); in HasAtLeast()
110 const ArmInstructionSetFeatures* AsArmInstructionSetFeatures() const;
223 const ArmInstructionSetFeatures* InstructionSetFeatures::AsArmInstructionSetFeatures() const { in AsArmInstructionSetFeatures() function in art::InstructionSetFeatures