Lines Matching refs:lines
137 # Get a list of disassembled lines and their addresses.
138 lines = self._GetDisasmLines(code_info, options)
139 if len(lines) == 0:
141 # Print annotated lines.
142 address = lines[0][0]
144 for i in xrange(len(lines)):
145 start_offset = lines[i][0] - address
146 if i == len(lines) - 1:
149 end_offset = lines[i + 1][0] - address
162 print "%15.2f %x: %s" % (count, lines[i][0], lines[i][1])
164 print "%s %x: %s" % (" " * 15, lines[i][0], lines[i][1])
675 # Unfortunately, section headers span two lines, so we have to