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

  /art/runtime/arch/arm64/
instruction_set_features_arm64.h 63 return fix_cortex_a53_835769_;
82 fix_cortex_a53_835769_(needs_a53_835769_fix),
91 const bool fix_cortex_a53_835769_; member in class:art::FINAL
instruction_set_features_arm64.cc 105 return fix_cortex_a53_835769_ == other_as_arm64->fix_cortex_a53_835769_ &&
110 return (fix_cortex_a53_835769_ ? kA53Bitfield : 0);
115 if (fix_cortex_a53_835769_) {
126 bool is_a53 = fix_cortex_a53_835769_;

Completed in 490 milliseconds