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

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

Completed in 47 milliseconds