Searched refs:opcode_column_width (Results 1 – 1 of 1) sorted by relevance
606 size_t opcode_column_width = 7; in Dump() local647 if (m_opcode_name.length() >= opcode_column_width) in Dump()649 opcode_column_width = m_opcode_name.length() + 1; in Dump()653 ss.FillLastLineToColumn (opcode_pos + opcode_column_width, ' '); in Dump()658 … ss.FillLastLineToColumn (opcode_pos + opcode_column_width + operand_column_width, ' '); in Dump()