HomeSort by relevance Sort by last modified time
    Searched defs:identical (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
ReferenceTable.c 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; local
265 total = equiv = identical = 0;
271 identical++;
281 logObject(refs[i-1], size, identical, equiv);
282 equiv = identical = 0
    [all...]
IndirectRefTable.c 382 * Pass in the number of additional elements that are identical to or
385 static void logObject(Object* obj, int size, int identical, int equiv)
392 if (identical + equiv != 0) {
393 LOGW("%5d of %s %dB (%d unique)\n", identical + equiv +1,
396 LOGW("%5d of %s %dB\n", identical + equiv +1,
472 int equiv, identical, total; local
473 total = equiv = identical = 0;
479 identical++;
489 logObject(refs[i-1], size, identical, equiv);
490 equiv = identical = 0
    [all...]

Completed in 334 milliseconds