Home
last modified time | relevance | path

Searched defs: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
173 bool needs_a53_835769_fix = false; in FromCppDefines() local
217 bool needs_a53_835769_fix = false; // No HWCAP for this. in FromHwcap() local
Dinstruction_set_features_arm64.h109 Arm64InstructionSetFeatures(bool needs_a53_835769_fix, in Arm64InstructionSetFeatures()