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.cc281 constexpr uint32_t just_over_max_negative_disp = 16 * MB + 2 - 4u /* PC adjustment */; in TEST_F() local
286 just_over_max_negative_disp - bl_offset_in_method3); in TEST_F()
332 constexpr uint32_t just_over_max_negative_disp = 16 * MB - 4u /* PC adjustment */; in TEST_F() local
337 just_over_max_negative_disp - bl_offset_in_method3); in TEST_F()
389 constexpr uint32_t just_over_max_negative_disp = 16 * MB + 2 - 4u /* PC adjustment */; in TEST_F() local
394 just_over_max_negative_disp - bl_offset_in_method3); in TEST_F()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc577 constexpr uint32_t just_over_max_negative_disp = 128 * MB + 4; in TEST_F() local
581 just_over_max_negative_disp - bl_offset_in_last_method); in TEST_F()
585 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp); in TEST_F()
697 constexpr uint32_t just_over_max_negative_disp = 128 * MB + 4; in TEST_F() local
701 just_over_max_negative_disp - bl_offset_in_last_method); in TEST_F()
705 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp); in TEST_F()