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

1 23 4 5 6 7

  /external/v8/src/
frames.cc 750 if (frame->IsConstructor()) PrintF(file, "new ");
760 PrintF("+%d", code_offset);
776 PrintF(file, " at %s:%d", *c_script_name, line);
778 PrintF(file, "at <unknown>:%d", line);
781 PrintF(file, " at <unknown>:<unknown>");
785 PrintF("<unknown>");
792 PrintF(file, "(this=");
796 PrintF(file, ", ");
799 PrintF(file, ")");
809 PrintF("receiver: ")
    [all...]
assembler.cc 644 PrintF(out, "%p %s", pc_, RelocModeName(rmode_));
646 PrintF(out, " (%s)", reinterpret_cast<char*>(data_));
648 PrintF(out, " (");
650 PrintF(out, ")");
653 PrintF(out, " (%s) (%p)",
658 PrintF(out, " (%s) (%p)", Code::Kind2String(code->kind()),
661 PrintF(" (id=%d)", static_cast<int>(data_));
664 PrintF(out, " (%" V8_PTR_PREFIX "d)", data());
671 PrintF(out, " (deoptimization bailout %d)", id);
675 PrintF(out, "\n")
    [all...]
liveobjectlist.cc     [all...]
spaces.cc 696 PrintF(" capacity: %" V8_PTR_PREFIX "d"
    [all...]
safepoint-table.cc 104 PrintF(" | %s", converter.NameOfCPURegister(j));
114 PrintF("%c", ((byte & (1 << i)) == 0) ? '0' : '1');
disassembler.cc 48 PrintF("%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n",
102 PrintF("%s\n", out->Finalize());
  /external/chromium_org/v8/src/
debug-agent.cc 84 PrintF("Failed to open socket on port %d, "
272 PrintF("Error %d\n", Socket::GetLastError());
321 PrintF("%s: %s\n", key, value != NULL ? value : "(no value)");
334 PrintF("Error %d\n", Socket::GetLastError());
disassembler.cc 48 PrintF("%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n",
53 PrintF(f, "%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n",
102 PrintF("%s\n", out->Finalize());
104 PrintF(f, "%s\n", out->Finalize());
elements-kind.cc 75 PrintF(out, "%s", ElementsKindToString(kind));
global-handles.cc 839 PrintF("Global Handle Statistics:\n");
840 PrintF(" allocated memory = %" V8_PTR_PREFIX "dB\n", sizeof(Node) * total);
841 PrintF(" # weak = %d\n", weak);
842 PrintF(" # pending = %d\n", pending);
843 PrintF(" # near_death = %d\n", near_death);
844 PrintF(" # free = %d\n", destroyed);
845 PrintF(" # total = %d\n", total);
850 PrintF("Global handles:\n");
852 PrintF(" handle %p to %p%s\n",
    [all...]
hydrogen-dce.cc 67 PrintF("[MarkLive %s]\n", *stream.ToCString());
incremental-marking.cc 581 PrintF("[IncrementalMarking] Start\n");
596 PrintF("[IncrementalMarking] Start sweeping.\n");
607 PrintF("[IncrementalMarking] Start marking\n");
655 PrintF("[IncrementalMarking] Running\n");
781 PrintF("[IncrementalMarking] Hurry\n");
793 PrintF("[IncrementalMarking] Complete (hurry), spent %d ms.\n",
827 PrintF("[IncrementalMarking] Aborting.\n");
877 PrintF("[IncrementalMarking] Complete (normal).\n");
    [all...]
messages.cc 46 PrintF("%s\n", *str);
53 PrintF("%s:%i: %s\n", *data_str ? *data_str : "<unknown>",
safepoint-table.cc 104 PrintF(out, " | %s", converter.NameOfCPURegister(j));
114 PrintF(out, "%c", ((byte & (1 << i)) == 0) ? '0' : '1');
v8utils.cc 40 void PrintF(const char* format, ...) {
48 void PrintF(FILE* out, const char* format, ...) {
frames.cc 804 if (frame->IsConstructor()) PrintF(file, "new ");
812 PrintF("+%d", code_offset);
827 PrintF(file, " at %s:%d", *c_script_name, line);
829 PrintF(file, " at <unknown>:%d", line);
832 PrintF(file, " at <unknown>:<unknown>");
840 PrintF(file, "(this=");
844 PrintF(file, ", ");
847 PrintF(file, ")");
923 PrintF("receiver: ");
925 PrintF("\nfunction: ")
    [all...]
assembler.cc 812 PrintF(out, "%p %s", pc_, RelocModeName(rmode_));
814 PrintF(out, " (%s)", reinterpret_cast<char*>(data_));
816 PrintF(out, " (");
818 PrintF(out, ")");
821 PrintF(out, " (%s) (%p)",
826 PrintF(out, " (%s) (%p)", Code::Kind2String(code->kind()),
829 PrintF(out, " (id=%d)", static_cast<int>(data_));
832 PrintF(out, " (%" V8_PTR_PREFIX "d)", data());
839 PrintF(out, " (deoptimization bailout %d)", id);
843 PrintF(out, "\n")
    [all...]
mark-compact.cc 358 PrintF("[%s]: %d pages, %d (%.1f%%) free\n",
668 PrintF("%p [%s]: %d bytes live (unswept)\n",
693 PrintF("%p [%s]: %d (%.2f%%) %d (%.2f%%) %d (%.2f%%) %d (%.2f%%) %s\n",
777 PrintF("Estimated over reserved memory: %.1f / %.1f MB (threshold %d), "
833 PrintF("%p [%s]: %d (%.2f%%) free %s\n",
869 PrintF("Collected %d evacuation candidates for space %s\n",
1004 PrintF("[code-flushing clears: ");
1006 PrintF(" - age: %d]\n", code->GetAge());
    [all...]
flags.cc 391 PrintF(stderr, "Error: unrecognized flag %s\n"
406 PrintF(stderr, "Error: missing value for flag %s of type %s\n"
453 PrintF(stderr, "Error: illegal value for flag %s of type %s\n"
552 printf("Usage:\n");
553 printf(" shell [options] -e string\n");
554 printf(" execute string in V8\n");
555 printf(" shell [options] file1 file2 ... filek\n");
556 printf(" run JavaScript scripts in file1, file2, ..., filek\n");
557 printf(" shell [options]\n");
558 printf(" shell [options] --shell [file1 file2 ... filek]\n")
    [all...]
objects.cc     [all...]
incremental-marking.h 123 PrintF("[IncrementalMarking] Restarting (new grey objects)\n");
interface.h 222 PrintF("# Creating %p\n", static_cast<void*>(this));
snapshot-common.cc 115 PrintF("[Snapshot loading and deserialization took %0.3f ms]\n", ms);
v8utils.h 48 #define PRINTF_CHECKING __attribute__ ((format (printf, 1, 2)))
49 #define FPRINTF_CHECKING __attribute__ ((format (printf, 2, 3)))
56 // Our version of printf().
57 void PRINTF_CHECKING PrintF(const char* format, ...);
58 void FPRINTF_CHECKING PrintF(FILE* out, const char* format, ...);
432 // Add formatted contents to the builder just like printf().
435 // Add formatted contents like printf based on a va_list.
objects-debug.cc 1125 PrintF("\n JSObject Spill Statistics (#%d):\n", number_of_objects_);
1127 PrintF(" - fast properties (#%d): %d (used) %d (unused)\n",
1131 PrintF(" - slow properties (#%d): %d (used) %d (unused)\n",
1135 PrintF(" - fast elements (#%d): %d (used) %d (unused)\n",
1139 PrintF(" - slow elements (#%d): %d (used) %d (unused)\n",
1143 PrintF("\n");
    [all...]

Completed in 720 milliseconds

1 23 4 5 6 7