Home
last modified time | relevance | path

Searched refs:GetMethodOffset (Results 1 – 4 of 4) 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
381 uint32_t method1_offset = GetMethodOffset(1u); in CheckPcRelativePatch()
431 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
432 uint32_t method2_offset = GetMethodOffset(2u); in TEST_F()
454 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
479 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
480 uint32_t last_method_offset = GetMethodOffset(last_method_idx); in TEST_F()
536 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
537 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
310 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAdrpLdr()
335 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAdrpAdd()
378 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAdrpInsn2AndUse()
388 uint32_t method1_offset = GetMethodOffset(1u); in TestNopsAdrpInsn2AndUseHasThunk()
442 ASSERT_EQ(method1_offset, GetMethodOffset(1u)); // If this fails, num_nops is wrong. in TestAdrpInsn2Ldr()
491 ASSERT_EQ(method1_offset, GetMethodOffset(1u)); // If this fails, num_nops is wrong. in TestAdrpInsn2Add()
601 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
602 uint32_t method2_offset = GetMethodOffset(2u); in TEST_F()
[all …]
/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/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()