OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fix_cortex_a53_835769_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/arch/arm64/
instruction_set_features_arm64.h
61
return
fix_cortex_a53_835769_
;
80
fix_cortex_a53_835769_
(needs_a53_835769_fix),
90
const bool
fix_cortex_a53_835769_
;
member in class:art::FINAL
instruction_set_features_arm64.cc
111
return
fix_cortex_a53_835769_
== other_as_arm->
fix_cortex_a53_835769_
;
115
return (IsSmp() ? kSmpBitfield : 0) | (
fix_cortex_a53_835769_
? kA53Bitfield : 0);
125
if (
fix_cortex_a53_835769_
) {
135
bool is_a53 =
fix_cortex_a53_835769_
;
Completed in 72 milliseconds