Home | History | Annotate | Download | only in vm

Lines Matching full:identical

383  * Pass in the number of additional elements that are identical to or
386 static void logObject(Object* obj, int size, int identical, int equiv)
393 if (identical + equiv != 0) {
394 LOGW("%5d of %s %dB (%d unique)\n", identical + equiv +1,
397 LOGW("%5d of %s %dB\n", identical + equiv +1,
473 int equiv, identical, total;
474 total = equiv = identical = 0;
480 identical++;
490 logObject(refs[i-1], size, identical, equiv);
491 equiv = identical = 0;
498 logObject(refs[count-1], size, identical, equiv);