Home
last modified time | relevance | path

Searched refs:has_atomic_ldrd_strd_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/arm/
Dinstruction_set_features_arm.h71 return has_atomic_ldrd_strd_; in HasAtomicLdrdAndStrd()
93 has_atomic_ldrd_strd_(has_atomic_ldrd_strd), in ArmInstructionSetFeatures()
104 const bool has_atomic_ldrd_strd_; variable
Dinstruction_set_features_arm.cc275 && has_atomic_ldrd_strd_ == other_as_arm->has_atomic_ldrd_strd_ in Equals()
285 && (has_atomic_ldrd_strd_ || !other_as_arm->has_atomic_ldrd_strd_) in HasAtLeast()
291 | (has_atomic_ldrd_strd_ ? kAtomicLdrdStrdBitfield : 0) in AsBitmap()
302 if (has_atomic_ldrd_strd_) { in GetFeatureString()
318 bool has_atomic_ldrd_strd = has_atomic_ldrd_strd_; in AddFeaturesFromSplitString()