Home | History | Annotate | Download | only in src

Lines Matching refs:rets

3239       Vector<HeapGraphEdge*> rets = entries[i]->retainers();
3240 for (int j = 0; j < rets.length(); ++j) {
3241 if (rets[j]->type() == HeapGraphEdge::kShortcut) continue;
3242 int ret_index = rets[j]->From()->ordered_index();