HomeSort by relevance Sort by last modified time
    Searched refs:PrintF (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /external/v8/src/
compiler.cc 162 PrintF("[optimizing: ");
164 PrintF(" / %" V8PRIxPTR, reinterpret_cast<intptr_t>(*function));
165 PrintF(" - took %0.3f ms]\n", ms);
175 PrintF("Compiled: %d functions with %d byte source size in %fms.\n",
291 PrintF("-----------------------------------------------------------\n");
292 PrintF("Compiling method %s using hydrogen\n", *name->ToCString());
objects-debug.cc 842 PrintF("\n JSObject Spill Statistics (#%d):\n", number_of_objects_);
844 PrintF(" - fast properties (#%d): %d (used) %d (unused)\n",
848 PrintF(" - slow properties (#%d): %d (used) %d (unused)\n",
852 PrintF(" - fast elements (#%d): %d (used) %d (unused)\n",
856 PrintF(" - slow elements (#%d): %d (used) %d (unused)\n",
860 PrintF("\n");
ic.cc 69 PrintF("[%s in ", type);
78 PrintF("apply from ");
87 PrintF(" (%c->%c%s)",
92 PrintF("]\n");
99 PrintF("[%s patching generic stub in ", type); \
101 PrintF(" (%s)]\n", reason); \
833 if (FLAG_trace_ic) PrintF("[LoadIC : +#length /string]\n");
857 if (FLAG_trace_ic) PrintF("[LoadIC : +#length /array]\n");
    [all...]
spaces.h 228 if ((mask & himask) != 0) PrintF("[");
229 PrintF((mask & word) ? "1" : "0");
230 if ((mask & himask) != 0) PrintF("]");
253 PrintF("%d: ", pos);
255 PrintF("\n");
260 PrintF("%d: %dx%d\n",
282 PrintF("\n");
451 PrintF("ResetLiveBytes:%p:%x->0\n",
458 printf("UpdateLiveBytes:%p:%x%c=%x->%x\n",
    [all...]
objects.cc 61 PrintF(out, "%s", accessor->name());
798 PrintF(out, "%d", value());
813 PrintF(out, "Failure(%p)", reinterpret_cast<void*>(value()));
    [all...]
mark-compact.cc 239 PrintF("[%s]: %d pages, %d (%.1f%%) free\n",
445 PrintF("%p [%s]: %d bytes live (unswept)\n",
470 PrintF("%p [%s]: %d (%.2f%%) %d (%.2f%%) %d (%.2f%%) %d (%.2f%%) %s\n",
547 PrintF("Estimated over reserved memory: %.1f MB (setting threshold %d)\n",
598 PrintF("%p [%s]: %d (%.2f%%) free %s\n",
634 PrintF("Collected %d evacuation candidates for space %s\n",
    [all...]
mksnapshot.cc 137 i::PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
292 ::printf("Usage: %s [flag] ... outfile\n", argv[0]);
parser.cc     [all...]
interpreter-irregexp.cc 97 PrintF(format,
105 printf(", %02x", pc[i]);
107 printf(" ");
111 printf("%c", b);
113 printf(".");
116 printf("\n");
206 PrintF("\n\nStart bytecode interpreter\n\n");
string-stream.cc 277 internal::PrintF(out, "%s", &buffer_[position]);
280 internal::PrintF(out, "%s", &buffer_[position]);
  /external/chromium_org/v8/src/
spaces.cc 860 PrintF(" capacity: %" V8_PTR_PREFIX "d"
    [all...]
parser.cc 599 PrintF("[parsing eval");
603 PrintF("[parsing script: %s", *name_chars);
605 PrintF("[parsing script");
607 PrintF(" - took %0.3f ms]\n", ms);
732 PrintF("[parsing function: %s - took %0.3f ms]\n", *name_chars, ms);
991 PrintF("# Module %s...\n", name->ToAsciiArray());
1002 PrintF("# Module %s.\n", name->ToAsciiArray());
1005 PrintF("module %s : ", name->ToAsciiArray());
    [all...]
spaces.h 227 if ((mask & himask) != 0) PrintF("[");
228 PrintF((mask & word) ? "1" : "0");
229 if ((mask & himask) != 0) PrintF("]");
252 PrintF("%d: ", pos);
254 PrintF("\n");
259 PrintF("%d: %dx%d\n",
281 PrintF("\n");
476 PrintF("ResetLiveBytes:%p:%x->0\n",
483 printf("UpdateLiveBytes:%p:%x%c=%x->%x\n",
    [all...]
elements.cc 491 PrintF("unknown location (no JavaScript frames present)");
499 PrintF("apply from ");
527 PrintF("[OOB %s %s (%s length = %d, element accessed = %d) in ",
532 PrintF("]\n");
535 PrintF("[%s elements length not integer value in ", elements_type);
537 PrintF("]\n");
540 PrintF("[%s elements length not a number in ", elements_type);
542 PrintF("]\n");
    [all...]
interpreter-irregexp.cc 104 PrintF(format,
112 printf(", %02x", pc[i]);
114 printf(" ");
118 printf("%c", b);
120 printf(".");
123 printf("\n");
213 PrintF("\n\nStart bytecode interpreter\n\n");
string-stream.cc 284 internal::PrintF(out, "%s", &buffer_[position]);
287 internal::PrintF(out, "%s", &buffer_[position]);
mksnapshot.cc 97 i::PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
279 ::printf("Usage: %s [flag] ... outfile\n", argv[0]);
heap-snapshot-generator.cc 426 PrintF("Move object from %p to %p old size %6d new size %6d\n",
466 PrintF("Update object size : %p with old size %d and new size %d\n",
490 PrintF("Begin HeapObjectsMap::UpdateHeapObjectsMap. map has %d entries.\n",
501 PrintF("Update object : %p %6d. Next address is %p\n",
509 PrintF("End HeapObjectsMap::UpdateHeapObjectsMap. map has %d entries.\n",
531 PrintF("Untracked object : %p %6d. Next address is %p\n",
536 PrintF("Wrong size %6d: %p %6d. Next address is %p\n",
542 PrintF("Good object : %p %6d. Next address is %p\n",
591 PrintF("\nBegin HeapObjectsMap::FindUntrackedObjects. %d entries in map.\n",
602 PrintF("%d objects were skipped\n", i - 1 - last_printed_object)
    [all...]
isolate.cc     [all...]
hydrogen-instructions.cc 105 PrintF("#%d %s is used by #%d %s as %s%s\n",
133 PrintF("Changing #%d %s representation %s -> %s based on %s\n",
    [all...]
ic.cc 78 PrintF("[%s%s in ", new_target->is_keyed_stub() ? "Keyed" : "", type);
86 PrintF("apply from ");
96 PrintF(" (%c->%c%s)",
101 PrintF("]\n");
108 PrintF("[%s patching generic stub in ", type); \
110 PrintF(" (%s)]\n", reason); \
    [all...]
  /external/chromium_org/v8/src/mips/
constants-mips.h 34 v8::internal::PrintF("%s, \tline %d: \tfunction %s not implemented. \n", \
40 #define UNSUPPORTED_MIPS() v8::internal::PrintF("Unsupported instruction.\n")
assembler-mips.cc 754 PrintF("unused label\n");
756 PrintF("bound label to %d\n", L->pos());
759 PrintF("unbound label");
761 PrintF("@ %d ", l.pos());
764 PrintF("value\n");
766 PrintF("%d\n", instr);
771 PrintF("label in inconsistent state (pos = %d)\n", L->pos_);
    [all...]
  /external/v8/src/mips/
constants-mips.h 34 v8::internal::PrintF("%s, \tline %d: \tfunction %s not implemented. \n", \
40 #define UNSUPPORTED_MIPS() v8::internal::PrintF("Unsupported instruction.\n")
assembler-mips.cc 760 PrintF("unused label\n");
762 PrintF("bound label to %d\n", L->pos());
765 PrintF("unbound label");
767 PrintF("@ %d ", l.pos());
770 PrintF("value\n");
772 PrintF("%d\n", instr);
777 PrintF("label in inconsistent state (pos = %d)\n", L->pos_);
    [all...]

Completed in 2665 milliseconds

1 2 34 5 6 7