Searched defs:bl_offset_in_last_method (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc587 constexpr uint32_t bl_offset_in_last_method = 1u * 4u; // After NOPs. local
589 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size());
591 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index),
598 just_over_max_negative_disp - bl_offset_in_last_method);
602 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp);
608 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method);
646 constexpr uint32_t bl_offset_in_last_method = 0u * 4u; // After NOPs. local
648 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size());
650 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u),
658 max_negative_disp - bl_offset_in_last_method);
706 constexpr uint32_t bl_offset_in_last_method = 1u * 4u; // After NOPs. local
[all...]

Completed in 24 milliseconds