Home
last modified time | relevance | path

Searched refs:RelativePatcherTest (Results 1 – 5 of 5) sorted by relevance

/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64_test.cc24 class X86_64RelativePatcherTest : public RelativePatcherTest {
26 X86_64RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86_64, "default") { } in X86_64RelativePatcherTest()
/art/dex2oat/linker/x86/
Drelative_patcher_x86_test.cc24 class X86RelativePatcherTest : public RelativePatcherTest {
26 X86RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86, "default") { } in X86RelativePatcherTest()
/art/dex2oat/linker/
Drelative_patcher_test.h39 class RelativePatcherTest : public testing::Test {
41 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest() function
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc33 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/
Drelative_patcher_arm64_test.cc33 class Arm64RelativePatcherTest : public RelativePatcherTest {
36 : RelativePatcherTest(InstructionSet::kArm64, variant) { } in Arm64RelativePatcherTest()
197 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches); in AddCompiledMethod()