HomeSort by relevance Sort by last modified time
    Searched refs:just_over_max_negative_disp (Results 1 - 2 of 2) sorted by null

  /art/dex2oat/linker/arm/
relative_patcher_thumb2_test.cc 471 constexpr uint32_t just_over_max_negative_disp = 16 * MB + 2 - 4u /* PC adjustment */; local
477 just_over_max_negative_disp - bl_offset_in_last_method);
481 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp);
600 constexpr uint32_t just_over_max_negative_disp = 16 * MB + 2 - 4u /* PC adjustment */; local
606 just_over_max_negative_disp - bl_offset_in_last_method);
610 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp);
    [all...]
  /art/dex2oat/linker/arm64/
relative_patcher_arm64_test.cc 639 constexpr uint32_t just_over_max_negative_disp = 128 * MB + 4; local
645 just_over_max_negative_disp - bl_offset_in_last_method);
649 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp);
770 constexpr uint32_t just_over_max_negative_disp = 128 * MB + 4; local
    [all...]

Completed in 1178 milliseconds