Searched refs:LiveHeapObject (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/heap/
H A Dlive_heap_object.py5 class LiveHeapObject(object): class in inherits:object
12 represented by this LiveHeapObject.
13 edges_to: [RetainingEdge], edges whose end point this LiveHeapObject is.
14 edges_from: [RetainingEdge], edges whose start point this LiveHeapObject is.
16 LiveHeapObject represents. Empty string for LiveHeapObjects which are
18 name: str, how to refer to this LiveHeapObject.
22 """Initializes the LiveHeapObject object.
25 object_id: int, identifier for the LiveHeapObject.
27 class_name: str, the class of the object this LiveHeapObject represents.
38 """Associates an Edge with the LiveHeapObject (th
[all...]
H A Dchrome_js_heap_snapshot_parser.py24 _node_dict: {int -> LiveHeapObject}, maps integer ids to LiveHeapObject
110 Fills in self._node_dict with LiveHeapObject objects constructed based on
111 the heap snapshot. The LiveHeapObject objects contain the associated
166 n = live_heap_object.LiveHeapObject(node_id, type_string, ctor_name)

Completed in 209 milliseconds