Searched refs:GetMethodOffset (Results 1 - 7 of 7) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc167 CHECK_EQ(GetMethodOffset(1), method1_offset);
168 CHECK_EQ(GetMethodOffset(2), method2_offset);
185 uint32_t GetMethodOffset(uint32_t method_idx) { function in class:art::linker::Thumb2RelativePatcherTest
322 uint32_t method1_offset = GetMethodOffset(1u);
372 uint32_t method1_offset = GetMethodOffset(1u);
373 uint32_t method2_offset = GetMethodOffset(2u);
395 uint32_t method1_offset = GetMethodOffset(1u);
423 uint32_t method3_offset = GetMethodOffset(3u);
495 uint32_t method1_offset = GetMethodOffset(1u);
496 uint32_t method3_offset = GetMethodOffset(
[all...]
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc150 CHECK_EQ(GetMethodOffset(1), method1_offset);
164 uint32_t GetMethodOffset(uint32_t method_idx) { function in class:art::linker::Arm64RelativePatcherTest
268 uint32_t method1_offset = GetMethodOffset(1u);
293 uint32_t method1_offset = GetMethodOffset(1u);
336 uint32_t method1_offset = GetMethodOffset(1u);
346 uint32_t method1_offset = GetMethodOffset(1u);
400 ASSERT_EQ(method1_offset, GetMethodOffset(1u)); // If this fails, num_nops is wrong.
449 ASSERT_EQ(method1_offset, GetMethodOffset(1u)); // If this fails, num_nops is wrong.
555 uint32_t method1_offset = GetMethodOffset(1u);
556 uint32_t method2_offset = GetMethodOffset(
[all...]
/art/compiler/linker/x86/
H A Drelative_patcher_x86_test.cc32 uint32_t GetMethodOffset(uint32_t method_idx) { function in class:art::linker::X86RelativePatcherTest
69 uint32_t method1_offset = GetMethodOffset(1u);
70 uint32_t method2_offset = GetMethodOffset(2u);
/art/compiler/linker/x86_64/
H A Drelative_patcher_x86_64_test.cc36 uint32_t GetMethodOffset(uint32_t method_idx) { function in class:art::linker::X86_64RelativePatcherTest
89 uint32_t method1_offset = GetMethodOffset(1u);
90 uint32_t method2_offset = GetMethodOffset(2u);
/art/compiler/linker/mips64/
H A Drelative_patcher_mips64_test.cc37 uint32_t GetMethodOffset(uint32_t method_idx) { function in class:art::linker::Mips64RelativePatcherTest
/art/compiler/linker/mips/
H A Drelative_patcher_mips32r6_test.cc35 uint32_t GetMethodOffset(uint32_t method_idx) { function in class:art::linker::Mips32r6RelativePatcherTest
H A Drelative_patcher_mips_test.cc36 uint32_t GetMethodOffset(uint32_t method_idx) { function in class:art::linker::MipsRelativePatcherTest

Completed in 52 milliseconds