Home | History | Annotate | Download | only in vm

Lines Matching full:identical

181  * Pass in the number of additional elements that are identical to or
184 static void logObject(Object* obj, int size, int identical, int equiv)
195 if (identical + equiv != 0) {
196 LOGW("%5d of %s %dB (%d unique)\n", identical + equiv +1,
199 LOGW("%5d of %s %dB\n", identical + equiv +1, descriptor, size);
264 int equiv, identical, total;
265 total = equiv = identical = 0;
271 identical++;
281 logObject(refs[i-1], size, identical, equiv);
282 equiv = identical = 0;
289 logObject(refs[count-1], size, identical, equiv);