Searched refs:linked_code (Results 1 – 3 of 3) sorted by relevance
207 ArrayRef<const uint8_t> linked_code(&output_[offset], expected_code.size()); in CheckLinkedMethod()208 if (linked_code == expected_code) { in CheckLinkedMethod()212 DumpDiff(expected_code, linked_code); in CheckLinkedMethod()217 const ArrayRef<const uint8_t>& linked_code) { in DumpDiff() argument225 linked_hex << " " << digits[linked_code[i] >> 4] << digits[linked_code[i] & 0xf]; in DumpDiff()227 found_diff = (expected_code[i] != linked_code[i]); in DumpDiff()
208 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size()); in CheckThunk() local209 if (linked_code == ArrayRef<const uint8_t>(expected_code)) { in CheckThunk()213 DumpDiff(ArrayRef<const uint8_t>(expected_code), linked_code); in CheckThunk()
187 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size()); in CheckThunk() local188 if (linked_code == ArrayRef<const uint8_t>(expected_code)) { in CheckThunk()192 DumpDiff(ArrayRef<const uint8_t>(expected_code), linked_code); in CheckThunk()