Home
last modified time | relevance | path

Searched refs:NeedFixCortexA53_843419 (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc99 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()
Dinstruction_set_features_arm64.h72 bool NeedFixCortexA53_843419() const { in NeedFixCortexA53_843419() function
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc91 fix_cortex_a53_843419_(features->NeedFixCortexA53_843419()), in Arm64RelativePatcher()