Home
last modified time | relevance | path

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

/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc514 constexpr uint32_t bl_offset_in_last_method = 1u * 4u; // After NOPs. in TEST_F() local
516 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size()); in TEST_F()
518 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F()
525 just_over_max_negative_disp - bl_offset_in_last_method); in TEST_F()
529 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp); in TEST_F()
535 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); in TEST_F()
573 constexpr uint32_t bl_offset_in_last_method = 0u * 4u; // After NOPs. in TEST_F() local
575 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size()); in TEST_F()
577 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F()
585 max_negative_disp - bl_offset_in_last_method); in TEST_F()
[all …]