Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h73 return fix_cortex_a53_843419_; in NeedFixCortexA53_843419()
118 fix_cortex_a53_843419_(needs_a53_843419_fix), in Arm64InstructionSetFeatures()
137 const bool fix_cortex_a53_843419_; variable
Dinstruction_set_features_arm64.cc254 fix_cortex_a53_843419_ == other_as_arm64->fix_cortex_a53_843419_ && in Equals()
407 fix_cortex_a53_843419_, in AddRuntimeDetectedFeatures()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc91 fix_cortex_a53_843419_(features->NeedFixCortexA53_843419()), in Arm64RelativePatcher()
94 if (fix_cortex_a53_843419_) { in Arm64RelativePatcher()
103 if (!fix_cortex_a53_843419_) { in ReserveSpace()
150 if (!fix_cortex_a53_843419_) { in ReserveSpaceEnd()
165 if (fix_cortex_a53_843419_) { in WriteThunks()
218 if (fix_cortex_a53_843419_ && processed_adrp_thunks_ != adrp_thunk_locations_.size() && in PatchPcRelativeReference()
278 CHECK(fix_cortex_a53_843419_); in PatchPcRelativeReference()
Drelative_patcher_arm64.h73 const bool fix_cortex_a53_843419_; variable