Searched refs:retainers (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DHeapSnapshotView.js259 // The second and subsequent levels of heap snapshot nodes represent retainers,
407 profile.entries[profileEntry].retainers = {};
419 profile.clusters[itemId] = { constructorName: itemId, retainers: {} };
428 if (!(retainer.constructorName in entry.retainers))
429 entry.retainers[retainer.constructorName] = { constructorName: retainer.constructorName, count: 0, clusters: {} };
430 var retainerEntry = entry.retainers[retainer.constructorName];
652 return !this.isEmptySet(this.retainers);
668 this.produceDiff(this.baseRetainers, this.retainers, appendDiffEntry.bind(this));
836 snapshotEntry = { constructorName: baseEntry.constructorName, count: 0, size: 0, retainers: {} };
840 this.retainers
[all...]
H A DHeapSnapshot.js200 WebInspector.HeapSnapshotRetainerEdge = function(snapshot, retainers, retainerIndex)
203 this._retainers = retainers;
405 get retainers()
1103 this._appendToCurrentPath(iter.item.node.retainers);
1115 this._currentPath = [node.retainers];
1120 this._appendToCurrentPath(iter.item.node.retainers);
/external/v8/src/
H A Dprofile-generator.h557 Vector<HeapGraphEdge*> retainers() { function in class:v8::internal::BASE_EMBEDDED
H A Dprofile-generator.cc991 entry->retainers()[retainer_index] = children_arr() + child_index;
1001 entry->retainers()[retainer_index] = children_arr() + child_index;
3158 // number of retainers must not change between count and fill passes.
3219 // have to be racalculated because of changes in their retainers.
3239 Vector<HeapGraphEdge*> rets = entries[i]->retainers();
3248 // to check other retainers.
H A Dapi.cc6064 return ToInternal(this)->retainers().length();
6072 ToInternal(this)->retainers()[index]);

Completed in 157 milliseconds