Searched refs:slow_safe (Results 1 – 4 of 4) sorted by relevance
39 return FLAG_enable_unaligned_accesses && !slow_safe(); in CanReadUnaligned()
149 bool slow_safe() { return slow_safe_compiler_; } in slow_safe() function
1232 return CpuFeatures::IsSupported(UNALIGNED_ACCESSES) && !slow_safe(); in CanReadUnaligned()
1401 return !slow_safe(); in CanReadUnaligned()