Searched refs:fix_cortex_a53_843419_ (Results 1 – 4 of 4) sorted by relevance
68 return fix_cortex_a53_843419_; in NeedFixCortexA53_843419()83 fix_cortex_a53_843419_(needs_a53_843419_fix) { in Arm64InstructionSetFeatures()92 const bool fix_cortex_a53_843419_; variable
106 fix_cortex_a53_843419_ == other_as_arm64->fix_cortex_a53_843419_; in Equals()
85 fix_cortex_a53_843419_(features->NeedFixCortexA53_843419()), in Arm64RelativePatcher()88 if (fix_cortex_a53_843419_) { in Arm64RelativePatcher()97 if (!fix_cortex_a53_843419_) { in ReserveSpace()143 if (!fix_cortex_a53_843419_) { in ReserveSpaceEnd()157 if (fix_cortex_a53_843419_) { in WriteThunks()219 if (fix_cortex_a53_843419_ && processed_adrp_thunks_ != adrp_thunk_locations_.size() && in PatchPcRelativeReference()274 CHECK(fix_cortex_a53_843419_); in PatchPcRelativeReference()
103 const bool fix_cortex_a53_843419_; variable