Searched defs:linked_hex (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/
H A Drelative_patcher_test.h219 std::ostringstream linked_hex; local
225 linked_hex << " " << digits[linked_code[i] >> 4] << digits[linked_code[i] & 0xf];
233 std::string linked_hex_str = linked_hex.str();

Completed in 4 milliseconds