/external/webkit/Source/WebCore/inspector/front-end/ |
HeapSnapshotView.js | 259 // 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 = snapshotEntry.retainers [all...] |
HeapSnapshot.js | 200 WebInspector.HeapSnapshotRetainerEdge = function(snapshot, retainers, retainerIndex) 203 this._retainers = retainers; 405 get retainers() [all...] |
/external/v8/include/ |
v8-profiler.h | 209 * graph nodes: from retainers to retained nodes.
|
/external/v8/src/ |
profile-generator.cc | 991 entry->retainers()[retainer_index] = children_arr() + child_index; 1001 entry->retainers()[retainer_index] = children_arr() + child_index; [all...] |
d8.js | [all...] |
profile-generator.h | 557 Vector<HeapGraphEdge*> retainers() { function in class:v8::internal::BASE_EMBEDDED [all...] |
debug-debugger.js | [all...] |
liveobjectlist.cc | 885 // A summary writer for filling in a retainers list. [all...] |
api.cc | [all...] |
runtime.cc | [all...] |
/external/webkit/Source/WebCore/loader/icon/ |
IconDatabase.cpp | 470 LOG(IconDatabase, "No more retainers for PageURL %s", urlForLogging(pageURLOriginal).ascii().data()); [all...] |