Searched refs:opcode_column_width (Results 1 – 1 of 1) sorted by relevance
610 size_t opcode_column_width = 7; in Dump() local665 if (m_opcode_name.length() >= opcode_column_width) { in Dump()666 opcode_column_width = m_opcode_name.length() + 1; in Dump()670 ss.FillLastLineToColumn(opcode_pos + opcode_column_width, ' '); in Dump()675 opcode_pos + opcode_column_width + operand_column_width, ' '); in Dump()