Lines Matching refs:FormatIntPtr
158 print("%s %s |%s|" % (reader.FormatIntPtr(addr),
164 print("%s - %s" % (reader.FormatIntPtr(start),
165 reader.FormatIntPtr(start + size)))
171 print("%s: %s" % (reader.FormatIntPtr(slot),
172 reader.FormatIntPtr(maybe_address)))
937 print("%s: %s" % (reader.FormatIntPtr(slot),
938 reader.FormatIntPtr(word)))
1044 def FormatIntPtr(self, value):
1205 self.heap.reader.FormatIntPtr(self.address),
1471 p.Print("FixedArray(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1612 p.Print("JSFunction(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1632 (self.heap.reader.FormatIntPtr(self.address), inferred_name)
1714 p.Print("CodeCache(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1742 p.Print("Code(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1891 def FormatIntPtr(self, address):
1893 address = self.reader.FormatIntPtr(address)
1911 return "[%+02d]=%s %s" % (offset, self.reader.FormatIntPtr(target_address),
2132 return "Unknown(%s)" % self.reader.FormatIntPtr(tagged_address)
2145 self.reader.FormatIntPtr(self.known_first_map_page),
2146 self.reader.FormatIntPtr(self.known_first_old_page)))
2194 print("Stack Message (start=%s):" % self.heap.FormatIntPtr(slot))
2199 print(" %s: %s" % (name.rjust(14), self.heap.FormatIntPtr(value)))
2201 print(" message start: %s" % self.heap.FormatIntPtr(slot))
2203 print(" stack_start: %s" % self.heap.FormatIntPtr(stack_start))
2223 print("Error Message (start=%s):" % self.heap.FormatIntPtr(slot))
2250 print(" message start: %s" % self.heap.FormatIntPtr(message_start))
2251 print(" stack_start: %s" % self.heap.FormatIntPtr(stack_start ))
2256 print(" magic1: %s" % self.heap.FormatIntPtr(magic1))
2257 print(" magic2: %s" % self.heap.FormatIntPtr(magic2))
2258 print(" ptr1: %s" % self.heap.FormatIntPtr(ptr1))
2259 print(" ptr2: %s" % self.heap.FormatIntPtr(ptr2))
2260 print(" message start: %s" % self.heap.FormatIntPtr(message_start))
2261 print(" stack_start: %s" % self.heap.FormatIntPtr(stack_start ))
2277 address = self.heap.FormatIntPtr(int(address_org, 16))
2395 print("%s: %s %s %s %s" % (self.reader.FormatIntPtr(slot),
2396 self.reader.FormatIntPtr(maybe_address),
2794 straddress = "0x" + self.reader.FormatIntPtr(maybeaddress)
2806 struncompressed = "0x" + self.reader.FormatIntPtr(uncompressed)
2889 f.write("base: %s" % self.reader.FormatIntPtr(module.base_of_image))
2891 f.write(" end: %s" % self.reader.FormatIntPtr(module.base_of_image +
3050 self.output_comment_box(f, "sv-" + self.reader.FormatIntPtr(slot),
3244 self.reader.FormatIntPtr(address),
3575 print("Not an ASCII string at %s" % self.reader.FormatIntPtr(address))
3665 print("%s %s" % (self.padawan.FormatIntPtr(address), info))
3753 print(" %s - %s (%d bytes)" % (reader.FormatIntPtr(start),
3754 reader.FormatIntPtr(start + size),
3797 "Searching for word %d/0x%s:" % (word, self.reader.FormatIntPtr(word)))
3831 self.reader.FormatIntPtr(self.u_start)))
3836 self.reader.FormatIntPtr(self.u_start)))
3889 print(" base: %s" % reader.FormatIntPtr(module.base_of_image))
3890 print(" end: %s" % reader.FormatIntPtr(module.base_of_image +
3940 heap.FormatIntPtr(register_value)))
3956 print(" stack-top: %s" % heap.FormatIntPtr(reader.StackTop()))
3957 print(" stack-bottom: %s" % heap.FormatIntPtr(reader.StackBottom()))