Searched refs:fix_cortex_a53_843419_ (Results 1 – 3 of 3) sorted by relevance
66 return fix_cortex_a53_843419_; in NeedFixCortexA53_843419()91 fix_cortex_a53_843419_(needs_a53_843419_fix) { in Arm64InstructionSetFeatures()101 const bool fix_cortex_a53_843419_; variable
34 fix_cortex_a53_843419_(features->NeedFixCortexA53_843419()), in Arm64RelativePatcher()37 if (fix_cortex_a53_843419_) { in Arm64RelativePatcher()46 if (!fix_cortex_a53_843419_) { in ReserveSpace()93 if (!fix_cortex_a53_843419_) { in ReserveSpaceEnd()107 if (fix_cortex_a53_843419_) { in WriteThunks()167 if (fix_cortex_a53_843419_ && processed_adrp_thunks_ != adrp_thunk_locations_.size() && in PatchDexCacheReference()204 CHECK(fix_cortex_a53_843419_); in PatchDexCacheReference()
61 const bool fix_cortex_a53_843419_; variable