HomeSort by relevance Sort by last modified time
    Searched refs:PrintF (Results 26 - 50 of 97) sorted by null

12 3 4

  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 20 #define TRACE(x) if (FLAG_trace_check_elimination) PrintF x
168 PrintF("Processing B%d, checkmaps-table:\n", block->block_id());
299 PrintF("B%d checkmaps-table %s from B%d:\n",
354 PrintF("B%d checkmaps-table merged with B%d table:\n",
731 PrintF(" unreachable\n");
738 PrintF(" checkmaps-table @%d: %s #%d ", i,
741 PrintF("check #%d ", entry->check_->id());
744 PrintF("%d %s maps { ", list->size(),
747 if (j > 0) PrintF(", ");
748 PrintF("%" V8PRIxPTR, list->at(j).Hashcode())
    [all...]
allocation-tracker.cc 152 PrintF("[AddressToTraceMap (%" V8PRIuPTR "): \n", ranges_.size());
154 PrintF("[%p - %p] => %u\n", it->second.start, it->first,
157 PrintF("]\n");
disassembler.cc 25 PrintF("%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n",
30 PrintF(f, "%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n",
79 PrintF("%s\n", out->Finalize());
81 PrintF(f, "%s\n", out->Finalize());
hydrogen-store-elimination.cc 11 #define TRACE(x) if (FLAG_trace_store_elimination) PrintF x
mksnapshot.cc 106 i::PrintF("Writing snapshot file failed.. Aborting.\n");
147 i::PrintF("Compression failed. Aborting.\n");
166 i::PrintF("Writing raw file failed.. Aborting.\n");
223 i::PrintF("Unable to open file \"%s\" for writing.\n", filename);
313 ::printf("Usage: %s [flag] ... outfile\n", argv[0]);
global-handles.cc 792 PrintF("Global Handle Statistics:\n");
793 PrintF(" allocated memory = %" V8_PTR_PREFIX "dB\n", sizeof(Node) * total);
794 PrintF(" # weak = %d\n", weak);
795 PrintF(" # pending = %d\n", pending);
796 PrintF(" # near_death = %d\n", near_death);
797 PrintF(" # free = %d\n", destroyed);
798 PrintF(" # total = %d\n", total);
803 PrintF("Global handles:\n");
805 PrintF(" handle %p to %p%s\n",
frames.cc 784 PrintF(file, "%s", function->IsOptimized() ? "*" : "~");
787 PrintF(file, "+%d", code_offset);
800 PrintF(file, " at %s:%d", c_script_name.get(), line);
802 PrintF(file, " at <unknown>:%d", line);
805 PrintF(file, " at <unknown>:<unknown>");
819 if (frame->IsConstructor()) PrintF(file, "new ");
826 PrintF(file, "(this=");
830 PrintF(file, ", ");
833 PrintF(file, ")");
909 PrintF("receiver: ")
    [all...]
messages.cc 23 PrintF("%s\n", str.get());
30 PrintF("%s:%i: %s\n", data_str.get() ? data_str.get() : "<unknown>",
flags.cc 361 PrintF(stderr, "Error: unrecognized flag %s\n"
377 PrintF(stderr, "Error: missing value for flag %s of type %s\n"
424 PrintF(stderr, "Error: illegal value for flag %s of type %s\n"
interface.h 201 PrintF("# Creating %p\n", static_cast<void*>(this));
snapshot-external.cc 72 PrintF("[Snapshot loading and deserialization took %0.3f ms]\n", ms);
objects-debug.cc 1120 PrintF("\n JSObject Spill Statistics (#%d):\n", number_of_objects_);
1122 PrintF(" - fast properties (#%d): %d (used) %d (unused)\n",
1126 PrintF(" - slow properties (#%d): %d (used) %d (unused)\n",
1130 PrintF(" - fast elements (#%d): %d (used) %d (unused)\n",
    [all...]
parser.cc 704 PrintF("# Variable %.*s ", name->length(), name->raw_data());
843 PrintF("[parsing eval");
847 PrintF("[parsing script: %s", name_chars.get());
849 PrintF("[parsing script");
851 PrintF(" - took %0.3f ms]\n", ms);
979 PrintF("[parsing function: %s - took %0.3f ms]\n", name_chars.get(), ms);
    [all...]
utils.cc 80 void PrintF(const char* format, ...) {
88 void PrintF(FILE* out, const char* format, ...) {
  /external/chromium_org/v8/src/compiler/
scheduler.cc 833 PrintF("-- RPO with %d loops ", num_loops);
835 PrintF("(");
837 if (i > 0) PrintF(" ");
838 PrintF("B%d", loops[i].header->id());
840 PrintF(") ");
842 PrintF("-- \n");
847 PrintF("%5d:", i);
851 PrintF(membership ? " |" : " ");
852 PrintF(range ? "x" : " ");
854 PrintF(" B%d: ", bid)
    [all...]
js-inlining.cc 385 PrintF("Not Inlining %s into %s because inlinee is native\n", name.get(),
398 PrintF(
408 PrintF("Inlining %s into %s\n", name.get(),
schedule.h 210 PrintF("Planning #%d:%s for future add to B%d\n", node->id(),
220 PrintF("Adding #%d:%s to B%d\n", node->id(), node->op()->mnemonic(),
  /external/chromium_org/v8/src/arm64/
simulator-arm64.cc 58 // This is basically the same as PrintF, with a guard for FLAG_trace_sim.
998 PrintF(stream_,
1008 PrintF(stream_,
1014 PrintF(stream_, "Breakpoints:\n");
1016 PrintF(stream_, "%p : %s\n",
1034 PrintF(stream_, "Hit and disabled a breakpoint at %p.\n"
    [all...]
  /external/chromium_org/v8/src/heap/
heap.cc 557 PrintF(
804 PrintF("[IncrementalMarking] Scavenge during marking.\n");
819 PrintF("[IncrementalMarking] Delaying MarkSweep.\n");
    [all...]
incremental-marking.cc 512 PrintF("[IncrementalMarking] Start\n");
527 PrintF("[IncrementalMarking] Start sweeping.\n");
538 PrintF("[IncrementalMarking] Start marking\n");
587 PrintF("[IncrementalMarking] Running\n");
714 PrintF("[IncrementalMarking] Hurry\n");
726 PrintF("[IncrementalMarking] Complete (hurry), spent %d ms.\n",
760 PrintF("[IncrementalMarking] Aborting.\n");
810 PrintF("[IncrementalMarking] Complete (normal).\n");
    [all...]
incremental-marking.h 95 PrintF("[IncrementalMarking] Restarting (new grey objects)\n");
spaces.cc 798 PrintF(" capacity: %" V8_PTR_PREFIX
    [all...]
mark-compact.cc 347 PrintF("[%s]: %d pages, %d (%.1f%%) free\n",
724 PrintF("%p [%s]: %d bytes live (unswept)\n", reinterpret_cast<void*>(p),
745 PrintF("%p [%s]: %d (%.2f%%) %d (%.2f%%) %d (%.2f%%) %d (%.2f%%) %s\n",
821 PrintF(
877 PrintF("%p [%s]: %d (%.2f%%) free %s\n", reinterpret_cast<void*>(p),
912 PrintF("Collected %d evacuation candidates for space %s\n", count,
1042 PrintF("[code-flushing clears: ");
1044 PrintF(" - age: %d]\n", code->GetAge());
    [all...]
spaces.h 200 if ((mask & himask) != 0) PrintF("[");
201 PrintF((mask & word) ? "1" : "0");
202 if ((mask & himask) != 0) PrintF("]");
225 PrintF("%d: ", pos);
227 PrintF("\n");
232 PrintF("%d: %dx%d\n", seq_start, seq_type == 0 ? 0 : 1,
252 PrintF("\n");
466 PrintF("ResetLiveBytes:%p:%x->0\n", static_cast<void*>(this),
473 printf("UpdateLiveBytes:%p:%x%c=%x->%x\n", static_cast<void*>(this),
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-run-inlining.cc 22 PrintF("%d %s, inline count: %d\n", frames_seen,

Completed in 1706 milliseconds

12 3 4