Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc530 constexpr uint32_t max_negative_disp = 16 * MB - 4u /* PC adjustment */; in TEST_F() local
535 max_negative_disp - bl_offset_in_last_method); in TEST_F()
538 ASSERT_EQ(method1_offset, last_method_offset + bl_offset_in_last_method - max_negative_disp); in TEST_F()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc701 constexpr uint32_t max_negative_disp = 128 * MB; in TEST_F() local
706 max_negative_disp - bl_offset_in_last_method); in TEST_F()
709 ASSERT_EQ(method1_offset, last_method_offset + bl_offset_in_last_method - max_negative_disp); in TEST_F()