Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc265 constexpr uint32_t bl_offset_in_method3 = 3u * 2u; // After NOPs. in TEST_F() local
267 ASSERT_EQ(bl_offset_in_method3 + 4u, method3_code.size()); in TEST_F()
269 LinkerPatch::RelativeCodePatch(bl_offset_in_method3, nullptr, missing_method_index), in TEST_F()
277 just_over_max_negative_disp - bl_offset_in_method3); in TEST_F()
284 uint32_t diff = thunk_offset - (method3_offset + bl_offset_in_method3 + 4u /* PC adjustment */); in TEST_F()
316 constexpr uint32_t bl_offset_in_method3 = 2u * 2u; // After NOPs. in TEST_F() local
318 ASSERT_EQ(bl_offset_in_method3 + 4u, method3_code.size()); in TEST_F()
320 LinkerPatch::RelativeCodePatch(bl_offset_in_method3, nullptr, 1u), in TEST_F()
328 just_over_max_negative_disp - bl_offset_in_method3); in TEST_F()
369 constexpr uint32_t bl_offset_in_method3 = 3u * 2u; // After NOPs. in TEST_F() local
[all …]