Searched refs:opcode_column_width (Results 1 – 1 of 1) sorted by relevance
613 size_t opcode_column_width = 7; in Dump() local657 if (m_opcode_name.length() >= opcode_column_width) { in Dump()658 opcode_column_width = m_opcode_name.length() + 1; in Dump()662 ss.FillLastLineToColumn(opcode_pos + opcode_column_width, ' '); in Dump()667 opcode_pos + opcode_column_width + operand_column_width, ' '); in Dump()