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

  /art/runtime/arch/arm/
instruction_set_features_arm_test.cc 32 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasDivideInstruction());
33 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd());
44 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasDivideInstruction());
45 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd());
58 EXPECT_TRUE(denver_features->AsArmInstructionSetFeatures()->HasDivideInstruction());
59 EXPECT_TRUE(denver_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd());
71 EXPECT_FALSE(generic_features->AsArmInstructionSetFeatures()->HasDivideInstruction());
72 EXPECT_FALSE(generic_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd());
96 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasDivideInstruction());
97 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd())
    [all...]
instruction_set_features_arm.cc 273 const ArmInstructionSetFeatures* other_as_arm = other->AsArmInstructionSetFeatures();
283 const ArmInstructionSetFeatures* other_as_arm = other->AsArmInstructionSetFeatures();
  /art/runtime/arch/
instruction_set_features.h 98 const ArmInstructionSetFeatures* AsArmInstructionSetFeatures() const;
instruction_set_features.cc 224 const ArmInstructionSetFeatures* InstructionSetFeatures::AsArmInstructionSetFeatures() const {
  /art/compiler/optimizing/
code_generator.cc 785 graph, *isa_features.AsArmInstructionSetFeatures(), compiler_options, stats));
    [all...]

Completed in 95 milliseconds