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

/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.h25 class Arm64InstructionSetFeatures FINAL : public InstructionSetFeatures {
28 static const Arm64InstructionSetFeatures* FromVariant(const std::string& variant,
32 static const Arm64InstructionSetFeatures* FromBitmap(uint32_t bitmap);
35 static const Arm64InstructionSetFeatures* FromCppDefines();
38 static const Arm64InstructionSetFeatures* FromCpuInfo();
42 static const Arm64InstructionSetFeatures* FromHwcap();
46 static const Arm64InstructionSetFeatures* FromAssembly();
69 virtual ~Arm64InstructionSetFeatures() {}
78 Arm64InstructionSetFeatures(bool smp, bool needs_a53_835769_fix, bool needs_a53_843419_fix) function in class:art::FINAL
93 DISALLOW_COPY_AND_ASSIGN(Arm64InstructionSetFeatures);
[all...]

Completed in 59 milliseconds