Home
last modified time | relevance | path

Searched refs:DumpDiff (Results 1 – 3 of 3) sorted by relevance

/art/compiler/linker/
Drelative_patcher_test.h178 DumpDiff(expected_code, linked_code); in CheckLinkedMethod()
182 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff() function
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc132 DumpDiff(expected_code, linked_code); in CheckThunk()
267 DumpDiff(ArrayRef<const uint8_t>(expected_thunk_code), thunk_code); in TestNopsAdrpInsn2LdrHasThunk()
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc107 DumpDiff(expected_code, linked_code); in CheckThunk()