Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Drelative_patcher_test.h233 ArrayRef<const uint8_t> linked_code(&output_[offset], expected_code.size()); in CheckLinkedMethod()
234 if (linked_code == expected_code) { in CheckLinkedMethod()
238 DumpDiff(expected_code, linked_code); in CheckLinkedMethod()
243 const ArrayRef<const uint8_t>& linked_code) { in DumpDiff() argument
251 linked_hex << " " << digits[linked_code[i] >> 4] << digits[linked_code[i] & 0xf]; in DumpDiff()
253 found_diff = (expected_code[i] != linked_code[i]); in DumpDiff()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc256 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size()); in CheckThunk() local
257 if (linked_code == ArrayRef<const uint8_t>(expected_code)) { in CheckThunk()
261 DumpDiff(ArrayRef<const uint8_t>(expected_code), linked_code); in CheckThunk()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc229 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size()); in CheckThunk() local
230 if (linked_code == ArrayRef<const uint8_t>(expected_code)) { in CheckThunk()
234 DumpDiff(ArrayRef<const uint8_t>(expected_code), linked_code); in CheckThunk()