Home | History | Annotate | Download | only in tools

Lines Matching full:heap_object

165         heap_object = heap.FindObject(maybe_address)
168 if heap_object:
169 heap_object.Print(Printer())
2268 heap_object = self.padawan.SenseObject(address)
2269 return cgi.escape(str(heap_object or ""))
2320 heap_object = ""
2336 heap_object = self.format_object(maybe_address)
2362 f.write(" <td>%s</td>\n" % (heap_object or ''))
2825 heap_object = self.padawan.SenseObject(maybe_address)
2828 heap_object or '')
2842 heap_object = self.padawan.SenseObject(address)
2843 if heap_object:
2844 heap_object.Print(Printer())
3107 heap_object = heap.FindObject(maybe_address)
3115 if heap_object:
3116 heap_object.Print(Printer())