Lines Matching refs:bl_offset_in_last_method

465   constexpr uint32_t bl_offset_in_last_method = 3u * 2u;  // After NOPs.  in TEST_F()  local
467 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size()); in TEST_F()
469 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), 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()
489 thunk_offset - (last_method_offset + bl_offset_in_last_method + 4u /* PC adjustment */); in TEST_F()
523 constexpr uint32_t bl_offset_in_last_method = 2u * 2u; // After NOPs. in TEST_F() local
525 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size()); in TEST_F()
527 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F()
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()
594 constexpr uint32_t bl_offset_in_last_method = 3u * 2u; // After NOPs. in TEST_F() local
596 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size()); in TEST_F()
598 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F()
607 just_over_max_negative_disp - bl_offset_in_last_method); in TEST_F()
611 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp); in TEST_F()
617 thunk_offset - (last_method_offset + bl_offset_in_last_method + 4u /* PC adjustment */); in TEST_F()