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

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc653 constexpr uint32_t max_negative_disp = 128 * MB; local
658 max_negative_disp - bl_offset_in_last_method);
661 ASSERT_EQ(method1_offset, last_method_offset + bl_offset_in_last_method - max_negative_disp);

Completed in 20 milliseconds