Home | History | Annotate | Download | only in tools

Lines Matching full:heap_object

158         heap_object = heap.FindObject(maybe_address)
161 if heap_object:
162 heap_object.Print(Printer())
1685 heap_object = self.padawan.SenseObject(maybe_address)
1688 heap_object or '')
1702 heap_object = self.padawan.SenseObject(address)
1703 if heap_object:
1704 heap_object.Print(Printer())
1967 heap_object = heap.FindObject(maybe_address)
1975 if heap_object:
1976 heap_object.Print(Printer())