Searched refs:RelativePatcherTest (Results 1 – 5 of 5) sorted by relevance
24 class X86_64RelativePatcherTest : public RelativePatcherTest {26 X86_64RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86_64, "default") { } in X86_64RelativePatcherTest()
24 class X86RelativePatcherTest : public RelativePatcherTest {26 X86RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86, "default") { } in X86RelativePatcherTest()
39 class RelativePatcherTest : public testing::Test {41 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest() function
33 class Thumb2RelativePatcherTest : public RelativePatcherTest {35 Thumb2RelativePatcherTest() : RelativePatcherTest(InstructionSet::kThumb2, "default") { } in Thumb2RelativePatcherTest()224 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches); in AddCompiledMethod()
33 class Arm64RelativePatcherTest : public RelativePatcherTest {36 : RelativePatcherTest(InstructionSet::kArm64, variant) { } in Arm64RelativePatcherTest()197 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches); in AddCompiledMethod()