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

  /art/runtime/arch/arm64/
instruction_set_features_arm64.h 66 return fix_cortex_a53_843419_;
91 fix_cortex_a53_843419_(needs_a53_843419_fix) {
101 const bool fix_cortex_a53_843419_; member in class:art::FINAL
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 34 fix_cortex_a53_843419_(features->NeedFixCortexA53_843419()),
37 if (fix_cortex_a53_843419_) {
46 if (!fix_cortex_a53_843419_) {
93 if (!fix_cortex_a53_843419_) {
107 if (fix_cortex_a53_843419_) {
167 if (fix_cortex_a53_843419_ && processed_adrp_thunks_ != adrp_thunk_locations_.size() &&
204 CHECK(fix_cortex_a53_843419_);
relative_patcher_arm64.h 61 const bool fix_cortex_a53_843419_; member in class:art::linker::FINAL

Completed in 581 milliseconds