Searched defs:ArmInstructionSetFeatures (Results 1 - 1 of 1) sorted by relevance

/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.h25 class ArmInstructionSetFeatures FINAL : public InstructionSetFeatures {
28 static const ArmInstructionSetFeatures* FromVariant(const std::string& variant,
32 static const ArmInstructionSetFeatures* FromBitmap(uint32_t bitmap);
35 static const ArmInstructionSetFeatures* FromCppDefines();
38 static const ArmInstructionSetFeatures* FromCpuInfo();
42 static const ArmInstructionSetFeatures* FromHwcap();
46 static const ArmInstructionSetFeatures* FromAssembly();
70 virtual ~ArmInstructionSetFeatures() {}
73 // Parse a vector of the form "div", "lpae" adding these to a new ArmInstructionSetFeatures.
79 ArmInstructionSetFeatures(boo function in class:art::FINAL
[all...]

Completed in 68 milliseconds