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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotDataGrids.js 527 var retainer = this.children[0];
528 if (retainer._distance > 1) {
529 retainer.addEventListener(WebInspector.HeapSnapshotGridNode.Events.PopulateComplete, populateComplete, retainer);
530 retainer.populate();
HeapSnapshot.js 270 WebInspector.HeapSnapshotRetainerEdgeIterator = function(retainer)
272 this.retainer = retainer;
278 this.retainer.setRetainerIndex(0);
283 return this.retainer.retainerIndex() < this.retainer._retainersCount;
288 return this.retainer.retainerIndex();
293 this.retainer.setRetainerIndex(newIndex);
298 return this.retainer;
303 this.retainer.setRetainerIndex(this.retainer.retainerIndex() + 1)
    [all...]
  /external/chromium_org/v8/src/
heap.cc     [all...]
heap.h     [all...]
  /external/v8/src/
liveobjectlist.cc 758 // Fill the retainer objects.
1736 Handle<HeapObject> retainer; local
1790 Handle<HeapObject> retainer; local
    [all...]
heap.cc     [all...]
heap.h     [all...]

Completed in 263 milliseconds