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

  /external/chromium_org/v8/src/heap/
objects-visiting.cc 191 Object* VisitWeakList(Heap* heap, Object* list, WeakObjectRetainer* retainer) {
200 Object* retained = retainer->RetainAs(list);
222 WeakListVisitor<T>::VisitLiveObject(heap, tail, retainer);
299 WeakObjectRetainer* retainer) {
301 DoWeakList<JSFunction>(heap, context, retainer,
303 DoWeakList<Code>(heap, context, retainer, Context::OPTIMIZED_CODE_LIST);
304 DoWeakList<Code>(heap, context, retainer, Context::DEOPTIMIZED_CODE_LIST);
309 WeakObjectRetainer* retainer, int index) {
311 Object* list_head = VisitWeakList<T>(heap, context->get(index), retainer);
361 WeakObjectRetainer* retainer) {
    [all...]
heap.h     [all...]
objects-visiting.h 448 Object* VisitWeakList(Heap* heap, Object* list, WeakObjectRetainer* retainer);
heap.cc     [all...]
mark-compact.cc 2746 MarkCompactWeakObjectRetainer retainer; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotGridNodes.js 899 var retainer = this.children[0];
900 if (retainer._distance > 1) {
901 retainer._expandRetainersChain(maxExpandLevels);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
HeapSnapshot.js 422 this.retainer = snapshot.createRetainingEdge(retainerIndex);
431 return this.retainer.retainerIndex() < this._retainersEnd;
439 return this.retainer;
444 this.retainer.setRetainerIndex(this.retainer.retainerIndex() + 1);
982 // Index of the first retainer in the _retainingNodes and _retainingEdges
    [all...]

Completed in 222 milliseconds