HomeSort by relevance Sort by last modified time
    Searched refs:retainers (Results 1 - 7 of 7) sorted by null

  /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/src/
profile-generator.h 557 Vector<HeapGraphEdge*> retainers() { function in class:v8::internal::BASE_EMBEDDED
    [all...]
d8.js     [all...]
profile-generator.cc 991 entry->retainers()[retainer_index] = children_arr() + child_index;
1001 entry->retainers()[retainer_index] = children_arr() + child_index;
    [all...]
debug-debugger.js     [all...]
api.cc     [all...]

Completed in 99 milliseconds