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.cc35 bool needs_a53_835769_fix = FindVariantInArray(arm64_variants_with_a53_835769_bug, in FromVariant() local
39 if (!needs_a53_835769_fix) { in FromVariant()
53 bool needs_a53_843419_fix = needs_a53_835769_fix; in FromVariant()
55 return new Arm64InstructionSetFeatures(smp, needs_a53_835769_fix, needs_a53_843419_fix); in FromVariant()
Dinstruction_set_features_arm64.h87 bool needs_a53_835769_fix, in Arm64InstructionSetFeatures() argument
90 fix_cortex_a53_835769_(needs_a53_835769_fix), in Arm64InstructionSetFeatures()