Home | History | Annotate | Download | only in tools

Lines Matching full:readbytes

709   def ReadBytes(self, address, size):
1201 self.chars = heap.reader.ReadBytes(self.address + self.CharsOffset(),
1231 raw_chars = reader.ReadBytes(chars_ptr, 2 * self.length)
3216 for c in reader.ReadBytes(slot, reader.PointerSize())]