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.cc111 return fix_cortex_a53_835769_ == other_as_arm->fix_cortex_a53_835769_; in Equals()
115 return (IsSmp() ? kSmpBitfield : 0) | (fix_cortex_a53_835769_ ? kA53Bitfield : 0); in AsBitmap()
125 if (fix_cortex_a53_835769_) { in GetFeatureString()
135 bool is_a53 = fix_cortex_a53_835769_; in AddFeaturesFromSplitString()
Dinstruction_set_features_arm64.h61 return fix_cortex_a53_835769_; in NeedFixCortexA53_835769()
90 fix_cortex_a53_835769_(needs_a53_835769_fix), in Arm64InstructionSetFeatures()
100 const bool fix_cortex_a53_835769_; variable