Home
last modified time | relevance | path

Searched defs:Thumb2RelativePatcherTest (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc33 class Thumb2RelativePatcherTest : public RelativePatcherTest { class
35 Thumb2RelativePatcherTest() : RelativePatcherTest(InstructionSet::kThumb2, "default") { } in Thumb2RelativePatcherTest() function in art::linker::Thumb2RelativePatcherTest
428 TEST_F(Thumb2RelativePatcherTest, CallSelf) { in TEST_F() argument
441 TEST_F(Thumb2RelativePatcherTest, CallOther) { in TEST_F() argument
468 TEST_F(Thumb2RelativePatcherTest, CallTrampoline) { in TEST_F() argument
483 TEST_F(Thumb2RelativePatcherTest, CallTrampolineTooFar) { in TEST_F() argument
519 TEST_F(Thumb2RelativePatcherTest, CallOtherAlmostTooFarAfter) { in TEST_F() argument
542 TEST_F(Thumb2RelativePatcherTest, CallOtherAlmostTooFarBefore) { in TEST_F() argument
567 TEST_F(Thumb2RelativePatcherTest, CallOtherJustTooFarAfter) { in TEST_F() argument
614 TEST_F(Thumb2RelativePatcherTest, CallOtherJustTooFarBefore) { in TEST_F() argument
[all …]
H A Drelative_patcher_thumb2.h66 friend class Thumb2RelativePatcherTest; variable
H A Drelative_patcher_arm_base.h152 friend class Thumb2RelativePatcherTest; variable
/aosp_15_r20/art/compiler/driver/
H A Dcompiler_options.h45 class Thumb2RelativePatcherTest; variable
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.h44 class Thumb2RelativePatcherTest; variable