Searched refs:DumpDiff (Results 1 – 3 of 3) sorted by relevance
/art/compiler/linker/ |
D | relative_patcher_test.h | 212 DumpDiff(expected_code, linked_code); in CheckLinkedMethod() 216 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff() function
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 213 DumpDiff(ArrayRef<const uint8_t>(expected_code), linked_code); in CheckThunk() 628 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TestBakerFieldWide() 733 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TestBakerFieldNarrow() 1018 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TEST_F() 1101 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TEST_F() 1161 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TEST_F()
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 192 DumpDiff(ArrayRef<const uint8_t>(expected_code), linked_code); in CheckThunk() 378 DumpDiff(ArrayRef<const uint8_t>(expected_thunk_code), thunk_code); in TestNopsAdrpInsn2AndUseHasThunk() 953 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TestBakerField() 1196 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TEST_F() 1274 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TEST_F()
|