| /art/runtime/ |
| D | entrypoints_order_test.cc | 38 #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 49 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \ argument 55 #define EXPECT_OFFSET_DIFF_GT(first_type, first_field, second_type, second_field, diff, name) \ argument 60 #define EXPECT_OFFSET_DIFF_GT3(type, first_field, second_field, diff, name) \ argument
|
| /art/compiler/linker/x86_64/ |
| D | relative_patcher_x86_64_test.cc | 119 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/ |
| D | relative_patcher_x86_test.cc | 99 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
|
| D | relative_patcher_x86.cc | 52 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference() local
|
| /art/compiler/linker/mips64/ |
| D | relative_patcher_mips64.cc | 58 uint32_t diff = target_offset - patch_offset; in PatchCall() local 95 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference() local
|
| D | relative_patcher_mips64_test.cc | 69 uint32_t diff = target_offset - (result.second + kAnchorOffset); in CheckPcRelativePatch() local
|
| /art/compiler/linker/arm/ |
| D | relative_patcher_thumb2_test.cc | 192 uint32_t diff = target_offset - pc_base_offset; in CheckPcRelativePatch() local 264 uint32_t diff = kTrampolineOffset - (method1_offset + 4u); in TEST_F() local 293 uint32_t diff = thunk_offset - (method3_offset + bl_offset_in_method3 + 4u /* PC adjustment */); in TEST_F() local 372 uint32_t diff = thunk_offset - (method1_offset + bl_offset_in_method1 + 4u /* PC adjustment */); in TEST_F() local 400 uint32_t diff = thunk_offset - (method3_offset + bl_offset_in_method3 + 4u /* PC adjustment */); in TEST_F() local
|
| D | relative_patcher_thumb2.cc | 74 uint32_t diff = target_offset - pc_base; in PatchPcRelativeReference() local
|
| /art/runtime/arch/arm64/ |
| D | memcmp16_arm64.S | 39 #define diff x6 macro
|
| /art/compiler/linker/mips/ |
| D | relative_patcher_mips.cc | 106 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference() local
|
| D | relative_patcher_mips32r6_test.cc | 62 uint32_t diff = target_offset - (result.second + kAnchorOffset); in CheckPcRelativePatch() local
|
| D | relative_patcher_mips_test.cc | 67 uint32_t diff = target_offset - (result.second + kAnchorOffset); in CheckPcRelativePatch() local
|
| /art/compiler/optimizing/ |
| D | optimizing_unit_test.h | 113 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch()
|
| /art/dexlayout/ |
| D | dexlayout.cc | 1629 const uint32_t diff = offset - max_offset; in LayoutStringData() local 1717 int32_t diff = 0; in LayoutCodeItems() local 1769 uint32_t diff) { in FixupSection() 1777 void DexLayout::FixupSections(uint32_t offset, uint32_t diff) { in FixupSections() 1848 int32_t diff = LayoutCodeItems(dex_file, new_class_data_order); in LayoutOutputFile() local
|
| /art/tools/ahat/src/ |
| D | ObjectHandler.java | 153 private static void printFields(Doc doc, boolean diff, List<FieldValue> fields) { in printFields()
|
| /art/compiler/linker/arm64/ |
| D | relative_patcher_arm64_test.cc | 560 uint32_t diff = kTrampolineOffset - method1_offset; in TEST_F() local 591 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); in TEST_F() local 680 uint32_t diff = thunk_offset - (method1_offset + bl_offset_in_method1); in TEST_F() local 710 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); in TEST_F() local
|
| /art/compiler/utils/arm/ |
| D | assembler_thumb2.cc | 1950 int32_t diff = static_cast<int32_t>(target_) - static_cast<int32_t>(location_); in GetOffset() local
|