Home
last modified time | relevance | path

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

/art/compiler/linker/
Drelative_patcher_test.h173 ArrayRef<const uint8_t> linked_code(&output_[offset], expected_code.size()); in CheckLinkedMethod()
174 if (linked_code == expected_code) { in CheckLinkedMethod()
178 DumpDiff(expected_code, linked_code); in CheckLinkedMethod()
183 const ArrayRef<const uint8_t>& linked_code) { in DumpDiff() argument
191 linked_hex << " " << digits[linked_code[i] >> 4] << digits[linked_code[i] & 0xf]; in DumpDiff()
193 found_diff = (expected_code[i] != linked_code[i]); in DumpDiff()
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc102 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size()); in CheckThunk() local
103 if (linked_code == expected_code) { in CheckThunk()
107 DumpDiff(expected_code, linked_code); in CheckThunk()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc127 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size()); in CheckThunk() local
128 if (linked_code == expected_code) { in CheckThunk()
132 DumpDiff(expected_code, linked_code); in CheckThunk()