Searched refs:NeedFixCortexA53_843419 (Results 1 – 3 of 3) sorted by relevance
95 EXPECT_FALSE(cortex_a75_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_843419()); in TEST()115 EXPECT_FALSE(cortex_a76_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_843419()); in TEST()137 EXPECT_FALSE(a76_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_843419()); in TEST()164 EXPECT_FALSE(armv8_2a_cpu_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_843419()); in TEST()220 EXPECT_TRUE(arm64_features->NeedFixCortexA53_843419()); in TEST()
72 bool NeedFixCortexA53_843419() const { in NeedFixCortexA53_843419() function
90 fix_cortex_a53_843419_(features->NeedFixCortexA53_843419()), in Arm64RelativePatcher()