OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bl_offset_in_method1
(Results
1 - 2
of
2
) sorted by null
/art/compiler/linker/arm/
relative_patcher_thumb2_test.cc
294
constexpr uint32_t
bl_offset_in_method1
= 3u * 2u; // After NOPs.
local
296
ASSERT_EQ(
bl_offset_in_method1
+ 4u, method1_code.size());
298
LinkerPatch::RelativeCodePatch(
bl_offset_in_method1
, nullptr, 3u),
306
bl_offset_in_method1
+ max_positive_disp);
338
constexpr uint32_t
bl_offset_in_method1
= 2u * 2u; // After NOPs.
local
340
ASSERT_EQ(
bl_offset_in_method1
+ 4u, method1_code.size());
342
LinkerPatch::RelativeCodePatch(
bl_offset_in_method1
, nullptr, 3u),
350
bl_offset_in_method1
+ just_over_max_positive_disp);
359
uint32_t diff = thunk_offset - (method1_offset +
bl_offset_in_method1
+ 4u /* PC adjustment */);
/art/compiler/linker/arm64/
relative_patcher_arm64_test.cc
546
constexpr uint32_t
bl_offset_in_method1
= 1u * 4u; // After NOPs.
local
548
ASSERT_EQ(
bl_offset_in_method1
+ 4u, method1_code.size());
551
LinkerPatch::RelativeCodePatch(
bl_offset_in_method1
, nullptr, expected_last_method_idx),
559
bl_offset_in_method1
+ max_positive_disp);
564
ASSERT_EQ(method1_offset +
bl_offset_in_method1
+ max_positive_disp, last_method_offset);
598
constexpr uint32_t
bl_offset_in_method1
= 0u * 4u; // After NOPs.
local
600
ASSERT_EQ(
bl_offset_in_method1
+ 4u, method1_code.size());
603
LinkerPatch::RelativeCodePatch(
bl_offset_in_method1
, nullptr, expected_last_method_idx),
612
bl_offset_in_method1
+ just_over_max_positive_disp);
621
uint32_t diff = thunk_offset - (method1_offset +
bl_offset_in_method1
);
[
all
...]
Completed in 165 milliseconds