Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h68 return fix_cortex_a53_835769_; in NeedFixCortexA53_835769()
117 fix_cortex_a53_835769_(needs_a53_835769_fix), in Arm64InstructionSetFeatures()
136 const bool fix_cortex_a53_835769_; variable
Dinstruction_set_features_arm64.cc253 return fix_cortex_a53_835769_ == other_as_arm64->fix_cortex_a53_835769_ && in Equals()
278 return (fix_cortex_a53_835769_ ? kA53Bitfield : 0) in AsBitmap()
288 if (fix_cortex_a53_835769_) { in GetFeatureString()
337 bool is_a53 = fix_cortex_a53_835769_; in AddFeaturesFromSplitString()
406 new Arm64InstructionSetFeatures(fix_cortex_a53_835769_, in AddRuntimeDetectedFeatures()