Home
last modified time | relevance | path

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

/art/test/660-checker-sad-byte/src/
DMain.java41 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/
DMain.java41 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/
DMain.java41 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/
DMain.java46 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/
Dentrypoints_order_test.cc39 #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
Dindex_bss_mapping.cc29 uint32_t diff = GetIndex(index_bits) - index; in GetBssOffset() local
/art/test/660-checker-sad-long/src/
DMain.java46 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/
Drelative_patcher_x86_64_test.cc120 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/
Drelative_patcher_x86_test.cc100 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
Drelative_patcher_x86.cc53 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference() local
/art/dex2oat/linker/
Dindex_bss_mapping_encoder.h48 uint32_t diff = index - entry_.GetIndex(index_bits_); in TryMerge() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DDiffFields.java36 public static List<DiffedFieldValue> diff(Iterable<FieldValue> current, in diff() method in DiffFields
/art/runtime/arch/arm64/
Dmemcmp16_arm64.S39 #define diff x6 macro
/art/compiler/linker/mips64/
Drelative_patcher_mips64.cc69 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference() local
Drelative_patcher_mips64_test.cc68 uint32_t diff = target_offset - (result.second + kAnchorOffset); in CheckPcRelativePatch() local
/art/compiler/linker/mips/
Drelative_patcher_mips.cc75 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference() local
Drelative_patcher_mips_test.cc69 uint32_t diff = target_offset - (result.second + kAnchorOffset); in CheckPcRelativePatch() local
Drelative_patcher_mips32r6_test.cc66 uint32_t diff = target_offset - (result.second + kAnchorOffset); in CheckPcRelativePatch() local
/art/compiler/optimizing/
Doptimizing_unit_test.h197 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch()
Dloop_optimization.cc908 HInstruction* diff = stc; in Vectorize() local
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc126 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
Drelative_patcher_thumb2.cc90 uint32_t diff = target_offset - pc_base; in PatchPcRelativeReference() local
/art/tools/ahat/src/main/com/android/ahat/
DObjectHandler.java159 private static void printFields(Doc doc, Query query, String id, boolean diff, in printFields()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc577 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/
Dpatchoat.cc220 off_t diff = relocated_value - original_value; in GeneratePatch() local