Home
last modified time | relevance | path

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

/art/compiler/linker/
Drelative_patcher_test.h185 std::ostringstream linked_hex; in DumpDiff() local
191 linked_hex << " " << digits[linked_code[i] >> 4] << digits[linked_code[i] & 0xf]; in DumpDiff()
199 std::string linked_hex_str = linked_hex.str(); in DumpDiff()