Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc264 constexpr uint32_t just_over_max_negative_disp = 16 * MB - 4u /* PC adjustment */; in TEST_F() local
267 just_over_max_negative_disp - bl_offset_in_method3); in TEST_F()
313 constexpr uint32_t just_over_max_negative_disp = 16 * MB + 2 - 4u /* PC adjustment */; in TEST_F() local
316 just_over_max_negative_disp - bl_offset_in_method3); in TEST_F()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc475 constexpr uint32_t just_over_max_negative_disp = 128 * MB + 4; in TEST_F() local
478 just_over_max_negative_disp - bl_offset_in_last_method); in TEST_F()
482 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp); in TEST_F()