Searched defs:method1_offset (Results 1 - 5 of 5) sorted by relevance

/art/compiler/linker/x86/
H A Drelative_patcher_x86_test.cc69 uint32_t method1_offset = GetMethodOffset(1u); local
71 uint32_t diff_after = method2_offset - (method1_offset + kCallCode.size() /* PC adjustment */);
80 uint32_t diff_before = method1_offset - (method2_offset + kCallCode.size() /* PC adjustment */);
/art/compiler/linker/x86_64/
H A Drelative_patcher_x86_64_test.cc89 uint32_t method1_offset = GetMethodOffset(1u); local
91 uint32_t diff_after = method2_offset - (method1_offset + kCallCode.size() /* PC adjustment */);
100 uint32_t diff_before = method1_offset - (method2_offset + kCallCode.size() /* PC adjustment */);
/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher_test.cc179 uint32_t method1_offset = 0x100; local
180 uint32_t method1_offset_check = patcher_.ReserveSpace(method1_offset, method, ref1);
181 ASSERT_EQ(adjustment1 + method1_offset, mock_->last_reserve_offset_);
183 ASSERT_EQ(method1_offset, method1_offset_check);
224 uint32_t method1_offset = 0x100; local
225 uint32_t method1_offset_check = patcher_.WriteThunks(&vos, method1_offset);
226 ASSERT_EQ(adjustment1 + method1_offset, mock_->last_write_offset_);
227 ASSERT_EQ(method1_offset, method1_offset_check);
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc145 uint32_t method1_offset = local
150 const uint32_t method3_offset = method1_offset + distance_without_thunks;
154 const uint32_t method1_end = method1_offset + method1_code.size();
167 CHECK_EQ(GetMethodOffset(1), method1_offset);
322 uint32_t method1_offset = GetMethodOffset(1u); local
323 uint32_t pc_base_offset = method1_offset + kPcInsnOffset + 4u /* PC adjustment */;
372 uint32_t method1_offset = GetMethodOffset(1u); local
374 uint32_t diff_after = method2_offset - (method1_offset + 4u /* PC adjustment */);
381 uint32_t diff_before = method1_offset - (method2_offset + 4u /* PC adjustment */);
395 uint32_t method1_offset local
495 uint32_t method1_offset = GetMethodOffset(1u); local
[all...]
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc112 uint32_t method1_offset = local
115 const uint32_t gap_start = method1_offset + method1_code.size();
118 const uint32_t last_method_offset = method1_offset + distance_without_thunks;
150 CHECK_EQ(GetMethodOffset(1), method1_offset);
268 uint32_t method1_offset = GetMethodOffset(1u); local
270 auto expected_code = GenNopsAndAdrpLdr(num_nops, method1_offset, target_offset);
293 uint32_t method1_offset = GetMethodOffset(1u); local
294 auto expected_code = GenNopsAndAdrpAdd(num_nops, method1_offset, string_offset);
336 uint32_t method1_offset = GetMethodOffset(1u); local
337 auto expected_code = GenNopsAndAdrpAndUse(num_nops, method1_offset, target_offse
346 uint32_t method1_offset = GetMethodOffset(1u); local
388 uint32_t method1_offset = local
438 uint32_t method1_offset = local
555 uint32_t method1_offset = GetMethodOffset(1u); local
576 uint32_t method1_offset = GetMethodOffset(1u); local
599 uint32_t method1_offset = GetMethodOffset(1u); local
635 uint32_t method1_offset = GetMethodOffset(1u); local
659 uint32_t method1_offset = GetMethodOffset(1u); local
688 uint32_t method1_offset = GetMethodOffset(1u); local
718 uint32_t method1_offset = GetMethodOffset(1u); local
[all...]

Completed in 631 milliseconds