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.h74 return fix_cortex_a53_835769_; in NeedFixCortexA53_835769()
128 fix_cortex_a53_835769_(needs_a53_835769_fix), in Arm64InstructionSetFeatures()
147 const bool fix_cortex_a53_835769_; variable
Dinstruction_set_features_arm64.cc277 return fix_cortex_a53_835769_ == other_as_arm64->fix_cortex_a53_835769_ && in Equals()
302 return (fix_cortex_a53_835769_ ? kA53Bitfield : 0) in AsBitmap()
312 if (fix_cortex_a53_835769_) { in GetFeatureString()
361 bool is_a53 = fix_cortex_a53_835769_; in AddFeaturesFromSplitString()
430 new Arm64InstructionSetFeatures(fix_cortex_a53_835769_, in AddRuntimeDetectedFeatures()