Searched refs:RelativePatcherTest (Results 1 – 8 of 8) sorted by relevance
/art/dex2oat/linker/mips64/ |
D | relative_patcher_mips64_test.cc | 24 class Mips64RelativePatcherTest : public RelativePatcherTest { 26 Mips64RelativePatcherTest() : RelativePatcherTest(InstructionSet::kMips64, "default") {} in Mips64RelativePatcherTest()
|
/art/dex2oat/linker/mips/ |
D | relative_patcher_mips_test.cc | 24 class MipsRelativePatcherTest : public RelativePatcherTest { 26 MipsRelativePatcherTest() : RelativePatcherTest(InstructionSet::kMips, "mips32r2") {} in MipsRelativePatcherTest()
|
D | relative_patcher_mips32r6_test.cc | 23 class Mips32r6RelativePatcherTest : public RelativePatcherTest { 25 Mips32r6RelativePatcherTest() : RelativePatcherTest(InstructionSet::kMips, "mips32r6") {} in Mips32r6RelativePatcherTest()
|
/art/dex2oat/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 24 class X86_64RelativePatcherTest : public RelativePatcherTest { 26 X86_64RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86_64, "default") { } in X86_64RelativePatcherTest()
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86_test.cc | 24 class X86RelativePatcherTest : public RelativePatcherTest { 26 X86RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86, "default") { } in X86RelativePatcherTest()
|
/art/dex2oat/linker/ |
D | relative_patcher_test.h | 40 class RelativePatcherTest : public testing::Test { 42 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest() function
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 33 class Thumb2RelativePatcherTest : public RelativePatcherTest { 35 Thumb2RelativePatcherTest() : RelativePatcherTest(InstructionSet::kThumb2, "default") { } in Thumb2RelativePatcherTest() 224 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches); in AddCompiledMethod()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 33 class Arm64RelativePatcherTest : public RelativePatcherTest { 36 : RelativePatcherTest(InstructionSet::kArm64, variant) { } in Arm64RelativePatcherTest() 197 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches); in AddCompiledMethod()
|