Home | History | Annotate | Download | only in src

Lines Matching refs:rets

2651       Vector<HeapGraphEdge*> rets = entries[i]->retainers();
2653 for (; j < rets.length(); ++j) {
2654 if (rets[j]->type() == HeapGraphEdge::kShortcut) continue;
2655 HeapEntry* ret = rets[j]->From();
2661 for (++j; j < rets.length(); ++j) {
2662 if (rets[j]->type() == HeapGraphEdge::kShortcut) continue;
2663 HeapEntry* ret = rets[j]->From();