Searched refs:print_byte (Results 1 – 1 of 1) sorted by relevance
47 inline std::string print_byte(uint8_t b) { in print_byte() function57 *result += print_byte(insn); in AsString()62 *result += print_byte(code_[i + 3]); in AsString()63 *result += print_byte(code_[i + 2]); in AsString()64 *result += print_byte(code_[i + 1]); in AsString()65 *result += print_byte(code_[i]); in AsString()