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

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc413 constexpr uint32_t just_over_max_negative_disp = 16 * MB + 2 - 4u /* PC adjustment */; local
418 just_over_max_negative_disp - bl_offset_in_method3);
465 constexpr uint32_t just_over_max_negative_disp = 16 * MB - 4u /* PC adjustment */; local
470 just_over_max_negative_disp - bl_offset_in_method3);
521 constexpr uint32_t just_over_max_negative_disp = 16 * MB + 2 - 4u /* PC adjustment */; local
526 just_over_max_negative_disp - bl_offset_in_method3);
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc594 constexpr uint32_t just_over_max_negative_disp = 128 * MB + 4; local
598 just_over_max_negative_disp - bl_offset_in_last_method);
602 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp);
713 constexpr uint32_t just_over_max_negative_disp = 128 * MB + 4; local
717 just_over_max_negative_disp - bl_offset_in_last_method);
721 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp);

Completed in 60 milliseconds