Home | History | Annotate | Download | only in src

Lines Matching refs:PrintF

860   PrintF("  capacity: %" V8_PTR_PREFIX "d"
1848 PrintF("\n Code kind histograms: \n");
1851 PrintF(" %-20s: %10d bytes\n",
1856 PrintF("\n");
1878 PrintF("\n Object Histogram:\n");
1881 PrintF(" %-34s%10d (%10d bytes)\n",
1887 PrintF("\n");
1898 PrintF(" %-34s%10d (%10d bytes)\n\n", "STRING_TYPE", string_number,
1961 PrintF(" capacity: %" V8_PTR_PREFIX "d"
1964 PrintF("\n Object Histogram:\n");
1967 PrintF(" %-34s%10d (%10d bytes)\n",
1973 PrintF("\n");
2537 PrintF("Sweeping 0x%" V8PRIxPTR " lazily abandoned.\n",
2576 PrintF("Sweeping 0x%" V8PRIxPTR " lazily advanced.\n",
2685 PrintF("Code comment statistics (\" [ comment-txt : size/ "
2690 PrintF(" %-30s: %10d/%6d (%d)\n", cs.comment, cs.size, cs.count,
2694 PrintF("\n");
2807 PrintF(" capacity: %" V8_PTR_PREFIX "d"
3140 PrintF(" size: %" V8_PTR_PREFIX "d\n", size_);
3149 PrintF(" number of objects %d, "
3169 PrintF("Page@%p in %s\n",
3172 printf(" --------------------------------------\n");
3179 PrintF(" %c ", (is_marked ? '!' : ' ')); // Indent a little.
3184 PrintF("\n");
3186 printf(" --------------------------------------\n");
3187 printf(" Marked: %x, LiveCount: %x\n", mark_size, LiveBytes());