Lines Matching refs:equiv
216 static void logSummaryLine(const Object* obj, size_t elems, int identical, int equiv)
219 ALOGW(" NULL reference (count=%d)", equiv);
223 ALOGW(" cleared jweak (count=%d)", equiv);
237 size_t total = identical + equiv + 1;
239 if (identical + equiv != 0) {
240 StringAppendF(&msg, " (%d unique instances)", equiv + 1);
333 size_t equiv, identical;
334 equiv = identical = 0;
347 equiv++;
350 logSummaryLine(refs[idx-1], elems, identical, equiv);
351 equiv = identical = 0;
357 logSummaryLine(refs[count-1], elems, identical, equiv);