Home
last modified time | relevance | path

Searched refs:fix_cortex_a53_843419_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h66 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
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc34 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()
Drelative_patcher_arm64.h61 const bool fix_cortex_a53_843419_; variable