Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Drelative_patcher_test.h240 std::ostringstream linked_hex; in DumpDiff() local
246 linked_hex << " " << digits[linked_code[i] >> 4] << digits[linked_code[i] & 0xf]; in DumpDiff()
254 std::string linked_hex_str = linked_hex.str(); in DumpDiff()