Home
last modified time | relevance | path

Searched refs:needs_a53_835769_fix (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc97 bool needs_a53_835769_fix = FindVariantInArray(arm64_variants_with_a53_835769_bug, in FromVariant() local
101 bool needs_a53_843419_fix = needs_a53_835769_fix; in FromVariant()
122 if (!needs_a53_835769_fix) { in FromVariant()
144 return Arm64FeaturesUniquePtr(new Arm64InstructionSetFeatures(needs_a53_835769_fix, in FromVariant()
173 bool needs_a53_835769_fix = false; in FromCppDefines() local
174 bool needs_a53_843419_fix = needs_a53_835769_fix; in FromCppDefines()
202 return Arm64FeaturesUniquePtr(new Arm64InstructionSetFeatures(needs_a53_835769_fix, in FromCppDefines()
217 bool needs_a53_835769_fix = false; // No HWCAP for this. in FromHwcap() local
234 return Arm64FeaturesUniquePtr(new Arm64InstructionSetFeatures(needs_a53_835769_fix, in FromHwcap()
Dinstruction_set_features_arm64.h109 Arm64InstructionSetFeatures(bool needs_a53_835769_fix, in Arm64InstructionSetFeatures() argument
117 fix_cortex_a53_835769_(needs_a53_835769_fix), in Arm64InstructionSetFeatures()