/art/test/660-checker-sad-byte/src/ |
D | Main.java | 41 int diff = x - y; in sad2() local 54 int diff = x - y; in sad3() local 66 int diff = x - y; in sad3Alt() local 91 long diff = x - y; in sadL2() local 104 long diff = x - y; in sadL3() local 116 long diff = x - y; in sadL3Alt() local
|
/art/test/660-checker-sad-short/src/ |
D | Main.java | 41 int diff = x - y; in sad2() local 54 int diff = x - y; in sad3() local 66 int diff = x - y; in sad3Alt() local 91 long diff = x - y; in sadL2() local 104 long diff = x - y; in sadL3() local 116 long diff = x - y; in sadL3Alt() local
|
/art/test/660-checker-sad-char/src/ |
D | Main.java | 41 int diff = x - y; in sad2() local 54 int diff = x - y; in sad3() local 66 int diff = x - y; in sad3Alt() local 91 long diff = x - y; in sadL2() local 104 long diff = x - y; in sadL3() local 116 long diff = x - y; in sadL3Alt() local
|
/art/test/660-checker-sad-int/src/ |
D | Main.java | 46 int diff = x - y; in sad2() local 59 int diff = x - y; in sad3() local 71 int diff = x - y; in sad3Alt() local 96 long diff = x - y; in sadL2() local 109 long diff = x - y; in sadL3() local 121 long diff = x - y; in sadL3Alt() local
|
/art/runtime/ |
D | entrypoints_order_test.cc | 39 #define EXPECT_OFFSET_DIFF(first_type, first_field, second_type, second_field, diff, name) \ argument 44 #define EXPECT_OFFSET_DIFFNP(type, first_field, second_field, diff) \ argument 50 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \ argument 56 #define EXPECT_OFFSET_DIFF_GT(first_type, first_field, second_type, second_field, diff, name) \ argument 61 #define EXPECT_OFFSET_DIFF_GT3(type, first_field, second_field, diff, name) \ argument
|
D | index_bss_mapping.cc | 29 uint32_t diff = GetIndex(index_bits) - index; in GetBssOffset() local
|
/art/test/660-checker-sad-long/src/ |
D | Main.java | 46 long diff = x - y; in sad2() local 59 long diff = x - y; in sad3() local 71 long diff = x - y; in sad3Alt() local
|
/art/compiler/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 120 uint32_t diff = kTrampolineOffset - (result.second + kCallCode.size()); in TEST_F() local 144 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + kDexCacheLoadCode.size()); in TEST_F() local 168 uint32_t diff = kStringOffset - (result.second + kStringReferenceCode.size()); in TEST_F() local
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86_test.cc | 100 uint32_t diff = kTrampolineOffset - (result.second + kCallCode.size()); in TEST_F() local 131 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + anchor_offset); in TEST_F() local 163 uint32_t diff = kStringOffset - (result.second + anchor_offset); in TEST_F() local
|
D | relative_patcher_x86.cc | 53 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference() local
|
/art/dex2oat/linker/ |
D | index_bss_mapping_encoder.h | 48 uint32_t diff = index - entry_.GetIndex(index_bits_); in TryMerge() local
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | DiffFields.java | 36 public static List<DiffedFieldValue> diff(Iterable<FieldValue> current, in diff() method in DiffFields
|
/art/runtime/arch/arm64/ |
D | memcmp16_arm64.S | 39 #define diff x6 macro
|
/art/compiler/linker/mips64/ |
D | relative_patcher_mips64.cc | 69 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference() local
|
D | relative_patcher_mips64_test.cc | 68 uint32_t diff = target_offset - (result.second + kAnchorOffset); in CheckPcRelativePatch() local
|
/art/compiler/linker/mips/ |
D | relative_patcher_mips.cc | 75 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference() local
|
D | relative_patcher_mips_test.cc | 69 uint32_t diff = target_offset - (result.second + kAnchorOffset); in CheckPcRelativePatch() local
|
D | relative_patcher_mips32r6_test.cc | 66 uint32_t diff = target_offset - (result.second + kAnchorOffset); in CheckPcRelativePatch() local
|
/art/compiler/optimizing/ |
D | optimizing_unit_test.h | 197 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch()
|
D | loop_optimization.cc | 908 HInstruction* diff = stc; in Vectorize() local
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 126 uint32_t diff = target_offset - bne_offset - kPcAdjustment; in BneWWithOffset() local 324 uint32_t diff = target_offset - pc_base_offset; in CheckPcRelativePatch() local 396 uint32_t diff = kTrampolineOffset - (method1_offset + 4u); in TEST_F() local 426 uint32_t diff = thunk_offset - (method3_offset + bl_offset_in_method3 + 4u /* PC adjustment */); in TEST_F() local 504 uint32_t diff = thunk_offset - (method1_offset + bl_offset_in_method1 + 4u /* PC adjustment */); in TEST_F() local 533 uint32_t diff = thunk_offset - (method3_offset + bl_offset_in_method3 + 4u /* PC adjustment */); in TEST_F() local
|
D | relative_patcher_thumb2.cc | 90 uint32_t diff = target_offset - pc_base; in PatchPcRelativeReference() local
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | ObjectHandler.java | 159 private static void printFields(Doc doc, Query query, String id, boolean diff, in printFields()
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 577 uint32_t diff = kTrampolineOffset - method1_offset; in TEST_F() local 608 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); in TEST_F() local 696 uint32_t diff = thunk_offset - (method1_offset + bl_offset_in_method1); in TEST_F() local 726 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); in TEST_F() local
|
/art/patchoat/ |
D | patchoat.cc | 220 off_t diff = relocated_value - original_value; in GeneratePatch() local
|