HomeSort by relevance Sort by last modified time
    Searched refs:fix_cortex_a53_843419_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/arch/arm64/
instruction_set_features_arm64.h 68 return fix_cortex_a53_843419_;
83 fix_cortex_a53_843419_(needs_a53_843419_fix) {
92 const bool fix_cortex_a53_843419_; member in class:art::FINAL
instruction_set_features_arm64.cc 106 fix_cortex_a53_843419_ == other_as_arm64->fix_cortex_a53_843419_;
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 85 fix_cortex_a53_843419_(features->NeedFixCortexA53_843419()),
88 if (fix_cortex_a53_843419_) {
97 if (!fix_cortex_a53_843419_) {
143 if (!fix_cortex_a53_843419_) {
157 if (fix_cortex_a53_843419_) {
219 if (fix_cortex_a53_843419_ && processed_adrp_thunks_ != adrp_thunk_locations_.size() &&
274 CHECK(fix_cortex_a53_843419_);
relative_patcher_arm64.h 103 const bool fix_cortex_a53_843419_;

Completed in 472 milliseconds