Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc111 bool has_crc = FindVariantInArray(arm64_variants_with_crc, in FromVariant() local
154 has_crc, in FromVariant()
163 bool has_crc = (bitmap & kCRCBitField) != 0; in FromBitmap() local
170 has_crc, in FromBitmap()
183 bool has_crc = false; in FromCppDefines() local
190 has_crc = true; in FromCppDefines()
212 has_crc, in FromCppDefines()
227 bool has_crc = false; in FromHwcap() local
235 has_crc = hwcaps & HWCAP_CRC32 ? true : false; in FromHwcap()
244 has_crc, in FromHwcap()
[all …]
Dinstruction_set_features_arm64.h122 bool has_crc, in Arm64InstructionSetFeatures() argument
130 has_crc_(has_crc), in Arm64InstructionSetFeatures()