Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/arm/
H A 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
628 ASSERT_LT(GetMethodOffset(1u), 0xfcu); in TEST_F()
633 ASSERT_LT(GetMethodOffset(1u), 0xfcu); in TEST_F()
638 ASSERT_LT(GetMethodOffset(1u), 0xfcu); in TEST_F()
643 ASSERT_LT(GetMethodOffset(1u), 0xfcu); in TEST_F()
648 ASSERT_LT(GetMethodOffset(1u), 0xfcu); in TEST_F()
653 ASSERT_LT(GetMethodOffset(1u), 0xfcu); in TEST_F()
658 ASSERT_LT(GetMethodOffset(1u), 0xfcu); in TEST_F()
663 ASSERT_LT(GetMethodOffset(1u), 0xfcu); in TEST_F()
[all …]
/aosp12/art/dex2oat/linker/arm64/
H A 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
601 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
602 uint32_t method2_offset = GetMethodOffset(2u); in TEST_F()
622 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
647 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
683 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
707 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
744 uint32_t method1_offset = GetMethodOffset(1u); in TEST_F()
1017 uint32_t method_offset = GetMethodOffset(1u); in TEST_F()
[all …]
/aosp12/art/dex2oat/linker/x86/
H A 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()
/aosp12/art/dex2oat/linker/x86_64/
H A 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()