Lines Matching full:last_printed_object
583 int last_printed_object = -1;
589 if (last_printed_object != i - 1) {
591 PrintF("%d objects were skipped\n", i - 1 - last_printed_object);
596 last_printed_object = i;
601 last_printed_object = i;
604 if (last_printed_object < heap_objects.length() - 1) {
606 heap_objects.length() - 1 - last_printed_object);