Home
last modified time | relevance | path

Searched refs:retainers (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshotView.js407 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,…
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 = snapshotEntry.retainers;
843 baseEntry = { count: 0, size: 0, retainers: {} };
[all …]
DHeapSnapshot.js200 WebInspector.HeapSnapshotRetainerEdge = function(snapshot, retainers, retainerIndex) argument
203 this._retainers = retainers;
405 get retainers() getter in WebInspector.HeapSnapshotNode
1103 this._appendToCurrentPath(iter.item.node.retainers);
1115 this._currentPath = [node.retainers];
1120 this._appendToCurrentPath(iter.item.node.retainers);
/external/v8/src/
Dheap-profiler.h311 const StringStream& retainers) = 0;
Dheap-profiler.cc173 const StringStream& retainers) { in PrintRetainers() argument
179 *(stream.ToCString()), *(retainers.ToCString()))); in PrintRetainers()
Dprofile-generator.h550 Vector<HeapGraphEdge*> retainers() { in retainers() function
Dprofile-generator.cc2651 Vector<HeapGraphEdge*> rets = entries[i]->retainers(); in BuildDominatorTree()
Dapi.cc5394 return ToInternal(this)->retainers().length(); in GetRetainersCount()
5402 ToInternal(this)->retainers()[index]); in GetRetainer()
/external/v8/test/cctest/
Dtest-heap-profiler.cc313 const i::StringStream& retainers) { in PrintRetainers() argument
315 stream_.Add("%s", *(retainers.ToCString())); in PrintRetainers()
/external/webkit/Source/WebCore/
DChangeLog35210 (WebInspector.HeapSnapshotNode.prototype.get retainers):
43013 (WebInspector.HeapSnapshotNode.prototype.get retainers):
43016 (WebInspector.HeapSnapshot.prototype.retainers):
DChangeLog-2006-12-3143831 -Adds up all retainers of icon