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