Lines Matching refs:heap_object
166 heap_object = heap.FindObject(maybe_address)
169 if heap_object:
170 heap_object.Print(Printer())
2372 heap_object = self.padawan.SenseObject(address)
2373 return cgi.escape(str(heap_object or ""))
2425 heap_object = ""
2441 heap_object = self.format_object(maybe_address)
2467 f.write(" <td>%s</td>\n" % (heap_object or ''))
2933 heap_object = self.padawan.SenseObject(maybe_address)
2936 heap_object or '')
2950 heap_object = self.padawan.SenseObject(address)
2951 if heap_object:
2952 heap_object.Print(Printer())
3223 heap_object = heap.FindObject(maybe_address)
3244 if heap_object:
3245 heap_object.Print(Printer())