Searched refs:bl_offset_in_last_method (Results 1 – 1 of 1) sorted by relevance
415 constexpr uint32_t bl_offset_in_last_method = 0u * 4u; // After NOPs. in TEST_F() local417 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size()); in TEST_F()419 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F()425 max_negative_disp - bl_offset_in_last_method); in TEST_F()428 ASSERT_EQ(method1_offset, last_method_offset + bl_offset_in_last_method - max_negative_disp); in TEST_F()468 constexpr uint32_t bl_offset_in_last_method = 1u * 4u; // After NOPs. in TEST_F() local470 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size()); in TEST_F()472 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F()478 just_over_max_negative_disp - bl_offset_in_last_method); in TEST_F()482 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp); in TEST_F()[all …]