Searched refs:NeedFixCortexA53_843419 (Results 1 – 3 of 3) sorted by relevance
99 EXPECT_FALSE(cortex_a75_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_843419()); in TEST()120 EXPECT_FALSE(cortex_a76_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_843419()); in TEST()143 EXPECT_FALSE(a76_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_843419()); in TEST()172 EXPECT_FALSE(armv8_2a_cpu_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_843419()); in TEST()230 EXPECT_TRUE(arm64_features->NeedFixCortexA53_843419()); in TEST()
78 bool NeedFixCortexA53_843419() const { in NeedFixCortexA53_843419() function
93 fix_cortex_a53_843419_(features->NeedFixCortexA53_843419()), in Arm64RelativePatcher()