Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc187 CHECK_EQ(GetMethodOffset(1), method1_offset); in Create2MethodsWithGap()
202 uint32_t GetMethodOffset(uint32_t method_idx) { in GetMethodOffset() function in art::linker::Thumb2RelativePatcherTest
402 uint32_t method1_offset = GetMethodOffset(1u); in CheckPcRelativePatch()
452 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
453 uint32_t method2_offset = GetMethodOffset(2u); in TEST_F()
475 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
500 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
501 uint32_t last_method_offset = GetMethodOffset(last_method_idx); in TEST_F()
557 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
558 uint32_t last_method_offset = GetMethodOffset(last_method_idx); in TEST_F()
[all …]
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc154 CHECK_EQ(GetMethodOffset(1), method1_offset); in Create2MethodsWithGap()
168 uint32_t GetMethodOffset(uint32_t method_idx) { in GetMethodOffset() function in art::linker::Arm64RelativePatcherTest
316 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAdrpLdr()
341 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAdrpAdd()
384 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAdrpInsn2AndUse()
394 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAdrpInsn2AndUseHasThunk()
448 ASSERT_EQ(method1_offset, GetMethodOffset(1u)); // If this fails, num_nops is wrong. in TestAdrpInsn2Ldr()
497 ASSERT_EQ(method1_offset, GetMethodOffset(1u)); // If this fails, num_nops is wrong. in TestAdrpInsn2Add()
615 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
616 uint32_t method2_offset = GetMethodOffset(2u); in TEST_F()
[all …]
/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64_test.cc36 uint32_t GetMethodOffset(uint32_t method_idx) { in GetMethodOffset() function in art::linker::X86_64RelativePatcherTest
89 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
90 uint32_t method2_offset = GetMethodOffset(2u); in TEST_F()
/art/dex2oat/linker/x86/
Drelative_patcher_x86_test.cc32 uint32_t GetMethodOffset(uint32_t method_idx) { in GetMethodOffset() function in art::linker::X86RelativePatcherTest
69 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
70 uint32_t method2_offset = GetMethodOffset(2u); in TEST_F()
/art/dex2oat/linker/riscv64/
Drelative_patcher_riscv64_test.cc63 uint32_t GetMethodOffset(uint32_t method_idx) { in GetMethodOffset() function in art::linker::Riscv64RelativePatcherTest
133 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAuipcAddi()
157 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAuipcLwu()
182 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAuipcLd()