Home | History | Annotate | Download | only in vm

Lines Matching refs:idx

268     for (int idx = count - 1; idx >= first; --idx) {
269 const Object* ref = refs[idx];
274 ALOGW(" %5d: cleared jweak", idx);
280 ALOGW(" %5d: %p (raw) (%zd bytes)", idx, ref, size);
307 ALOGW(" %5d: %p %s%s", idx, ref, className.c_str(), extras.c_str());
335 size_t idx;
337 for (idx = 1; idx < count; idx++) {
338 elems = getElementCount(refs[idx-1]);
340 if (refs[idx] == refs[idx-1]) {
343 } else if (refs[idx]->clazz == refs[idx-1]->clazz &&
344 getElementCount(refs[idx]) == elems)
350 logSummaryLine(refs[idx-1], elems, identical, equiv);
356 elems = getElementCount(refs[idx-1]);