Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Dentrypoints_order_test.cc38 #define EXPECT_OFFSET_DIFF(first_type, first_field, second_type, second_field, diff, name) \ argument
43 #define EXPECT_OFFSET_DIFFNP(type, first_field, second_field, diff) \ argument
48 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \ argument
54 #define EXPECT_OFFSET_DIFF_GT(first_type, first_field, second_type, second_field, diff, name) \ argument
59 #define EXPECT_OFFSET_DIFF_GT3(type, first_field, second_field, diff, name) \ argument
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc119 uint32_t diff = kTrampolineOffset - (result.second + kCallCode.size()); in TEST_F() local
141 uint32_t diff = in TEST_F() local
166 uint32_t diff = kStringOffset - (result.second + kStringReferenceCode.size()); in TEST_F() local
/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc99 uint32_t diff = kTrampolineOffset - (result.second + kCallCode.size()); in TEST_F() local
128 uint32_t diff = in TEST_F() local
161 uint32_t diff = kStringOffset - (result.second + anchor_offset); in TEST_F() local
Drelative_patcher_x86.cc52 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference() local
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc183 uint32_t diff = target_offset - pc_base_offset; in CheckPcRelativePatch() local
255 uint32_t diff = kTrampolineOffset - (method1_offset + 4u); in TEST_F() local
284 uint32_t diff = thunk_offset - (method3_offset + bl_offset_in_method3 + 4u /* PC adjustment */); in TEST_F() local
359 uint32_t diff = thunk_offset - (method1_offset + bl_offset_in_method1 + 4u /* PC adjustment */); in TEST_F() local
387 uint32_t diff = thunk_offset - (method3_offset + bl_offset_in_method3 + 4u /* PC adjustment */); in TEST_F() local
Drelative_patcher_thumb2.cc66 uint32_t diff = target_offset - pc_base; in PatchPcRelativeReference() local
/art/runtime/arch/arm64/
Dmemcmp16_arm64.S39 #define diff x6 macro
/art/compiler/optimizing/
Doptimizing_unit_test.h108 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc504 uint32_t diff = kTrampolineOffset - method1_offset; in TEST_F() local
535 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); in TEST_F() local
621 uint32_t diff = thunk_offset - (method1_offset + bl_offset_in_method1); in TEST_F() local
651 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); in TEST_F() local
/art/compiler/utils/arm/
Dassembler_thumb2.cc1950 int32_t diff = static_cast<int32_t>(target_) - static_cast<int32_t>(location_); in GetOffset() local