/external/v8/src/x64/ |
deoptimizer-x64.cc | 107 PrintF("[forced deoptimization: "); 109 PrintF(" / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function)); 237 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ", 240 PrintF(" => node=%u, frame=%d->%d]\n", 293 PrintF(" [rsp + %d] <- 0x%08" V8PRIxPTR " ; [rsp + %d] " 331 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ", 335 PrintF(" => pc=0x%0" V8PRIxPTR "]\n", output_[0]->GetPc()); 346 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes); 381 PrintF(" 0x%08" V8PRIxPTR ": [top + %d] <- 0x%08" 393 PrintF(" 0x%08" V8PRIxPTR ": [top + %d] <- 0x%08 [all...] |
/external/chromium_org/v8/src/ |
deoptimizer.cc | 349 PrintF(scope.file(), "[deoptimizer unlinked: "); 351 PrintF(scope.file(), 416 PrintF(scope.file(), "[deoptimize all code in all contexts]\n"); 433 PrintF(scope.file(), "[deoptimize marked code in all contexts]\n"); 449 PrintF(scope.file(), "[deoptimize global object @ 0x%08" V8PRIxPTR "]\n", 616 PrintF(trace_scope_->file(), 693 PrintF(stderr, "[couldn't find pc offset for node=%d]\n", id.ToInt()); 694 PrintF(stderr, "[method: %s]\n", *shared->DebugName()->ToCString()); 699 PrintF(stderr, "[source:\n%s\n]", *stream.ToCString()); 736 PrintF(trace_scope_->file() [all...] |
hydrogen-escape-analysis.cc | 39 PrintF("#%d (%s) escapes through #%d (%s) @%d\n", value->id(), 46 PrintF("#%d (%s) out of bounds at #%d (%s) @%d\n", value->id(), 54 PrintF("#%d (%s) escapes redefinition #%d (%s) @%d\n", value->id(), 76 PrintF("#%d (%s) is being captured\n", instr->id(), 182 PrintF("Analyzing data-flow in B%d\n", block->block_id()); 202 PrintF("Replacing load #%d with #%d (%s)\n", instr->id(), 222 PrintF("Replacing store #%d%s\n", instr->id(),
|
types.cc | 531 PrintF(stdout, "\n"); 552 PrintF(out, "%s", name); 555 PrintF(out, "("); 558 if (!is_first) PrintF(out, " | "); 560 PrintF(out, "%s", bitset_name(mask)); 563 PrintF(out, ")"); 566 PrintF(out, "Constant(%p : ", static_cast<void*>(*as_constant())); 568 PrintF(")"); 570 PrintF(out, "Class(%p < ", static_cast<void*>(*as_class())); 572 PrintF(")"); [all...] |
scopes.cc | 306 PrintF("global : "); 797 PrintF("%*s%s", n, "", str); 803 PrintF("%s", *s); 812 PrintF("parameter[%d]", var->index()); 815 PrintF("local[%d]", var->index()); 818 PrintF("context[%d]", var->index()); 821 PrintF("lookup"); 830 PrintF(" "); 832 PrintF("; // "); 835 if (!var->IsUnallocated()) PrintF(", "); [all...] |
hydrogen-representation-changes.cc | 129 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n", 139 PrintF("#%d Phi is not truncating Smi because of #%d %s\n", 153 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n", 170 PrintF("#%d Phi is not truncating Smi because of #%d %s\n",
|
hydrogen-load-elimination.cc | 37 #define TRACE(x) if (FLAG_trace_load_elimination) PrintF x 397 PrintF(" field %d: ", i); 399 PrintF("[o%d =", a->object_->id()); 400 if (a->last_load_ != NULL) PrintF(" L%d", a->last_load_->id()); 401 if (a->last_value_ != NULL) PrintF(" v%d", a->last_value_->id()); 402 PrintF("] "); 404 PrintF("\n");
|
heap.cc | 534 PrintF("GC: (#mementos, #tenure decisions, #donttenure decisions) " 739 PrintF("[IncrementalMarking] Scavenge during marking.\n"); 754 PrintF("[IncrementalMarking] Delaying MarkSweep.\n"); [all...] |
hydrogen-check-elimination.cc | 42 #define TRACE(x) if (FLAG_trace_check_elimination) PrintF x 372 PrintF(" checkmaps-table @%d: object #%d ", i, entry->object_->id()); 374 PrintF("check #%d ", entry->check_->id()); 377 PrintF("%d maps { ", list->size()); 379 if (j > 0) PrintF(", "); 380 PrintF("%" V8PRIxPTR, list->at(j).Hashcode()); 382 PrintF(" }\n"); 521 #define PRINT_STAT(x) if (x##_ > 0) PrintF(" %-16s = %2d\n", #x, x##_)
|
scopeinfo.cc | 493 PrintF("\n // %s\n", list_name); 495 PrintF(" %2d - %2d [internal slots]\n", 0 , nof_internal_slots - 1); 498 PrintF(" %2d ", i); 500 PrintF("\n"); 507 PrintF("ScopeInfo "); 511 PrintF("/* no function name */"); 513 PrintF("{"); 529 PrintF("}\n");
|
compiler.cc | 282 PrintF("[optimizing "); 284 PrintF(" - took %0.3f, %0.3f, %0.3f ms]\n", ms_creategraph, ms_optimize, 295 PrintF("Compiled: %d functions with %d byte source size in %fms.\n", 462 PrintF("-----------------------------------------------------------\n"); 463 PrintF("Compiling method %s using hydrogen\n", *name->ToCString()); [all...] |
/external/v8/src/ |
scopes.cc | 276 PrintF("global : "); 734 PrintF("%*s%s", n, "", str); 740 PrintF("%s", *s); 749 PrintF("parameter[%d]", var->index()); 752 PrintF("local[%d]", var->index()); 755 PrintF("context[%d]", var->index()); 758 PrintF("lookup"); 767 PrintF(" "); 769 PrintF("; // "); 772 if (!var->IsUnallocated()) PrintF(", "); [all...] |
deoptimizer.cc | 234 PrintF("[deoptimize context: %" V8PRIxPTR "]\n", 253 PrintF("[deoptimize all contexts]\n"); 364 PrintF("**** DEOPT FOR DEBUGGER: "); 366 PrintF("**** DEOPT: "); 369 PrintF(" at bailout #%u, address 0x%" V8PRIxPTR ", frame size %d\n", 374 PrintF("**** OSR: "); 376 PrintF(" at ast id #%u, address 0x%" V8PRIxPTR ", frame size %d\n", 399 PrintF(" %s\n", last_comment); 497 PrintF("[couldn't find pc offset for node=%u]\n", id); 498 PrintF("[method: %s]\n", *shared->DebugName()->ToCString()) [all...] |
v8utils.cc | 40 void PrintF(const char* format, ...) { 48 void PrintF(FILE* out, const char* format, ...) { 327 PrintF("\n\n\n" 342 PrintF(" after \"%.*s\"", err_context_length, err_context); 344 PrintF(".\n\n\n");
|
scopeinfo.cc | 468 PrintF("\n // %s\n", list_name); 470 PrintF(" %2d - %2d [internal slots]\n", 0 , nof_internal_slots - 1); 473 PrintF(" %2d ", i); 475 PrintF("\n"); 482 PrintF("ScopeInfo "); 486 PrintF("/* no function name */"); 488 PrintF("{"); 504 PrintF("}\n");
|
global-handles.cc | 650 PrintF("Global Handle Statistics:\n"); 651 PrintF(" allocated memory = %" V8_PTR_PREFIX "dB\n", sizeof(Node) * total); 652 PrintF(" # weak = %d\n", weak); 653 PrintF(" # pending = %d\n", pending); 654 PrintF(" # near_death = %d\n", near_death); 655 PrintF(" # free = %d\n", destroyed); 656 PrintF(" # total = %d\n", total); 660 PrintF("Global handles:\n"); 662 PrintF(" handle %p to %p%s\n",
|
incremental-marking.cc | 479 PrintF("[IncrementalMarking] Start\n"); 491 PrintF("[IncrementalMarking] Start sweeping.\n"); 515 PrintF("[IncrementalMarking] Start marking\n"); 561 PrintF("[IncrementalMarking] Running\n"); 647 PrintF("[IncrementalMarking] Hurry\n"); 678 PrintF("[IncrementalMarking] Complete (hurry), spent %d ms.\n", 711 PrintF("[IncrementalMarking] Aborting.\n"); 761 PrintF("[IncrementalMarking] Complete (normal).\n"); 855 PrintF("Speed up marking after %d steps\n", 870 if (FLAG_trace_gc) PrintF("Speed up marking because of low space left\n") [all...] |
incremental-marking.h | 120 PrintF("[IncrementalMarking] Restarting (new grey objects)\n"); 210 PrintF("Increasing marking speed to %d due to high promotion rate\n",
|
messages.cc | 45 PrintF("%s\n", *str); 52 PrintF("%s:%i: %s\n", *data_str ? *data_str : "<unknown>",
|
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, ...); 265 // Add formatted contents to the builder just like printf(). 268 // Add formatted contents like printf based on a va_list.
|
debug-agent.cc | 63 PrintF("Failed to open socket on port %d, " 251 PrintF("Error %d\n", Socket::LastError()); 300 PrintF("%s: %s\n", key, value != NULL ? value : "(no value)"); 313 PrintF("Error %d\n", Socket::LastError());
|
incremental-marking-inl.h | 110 PrintF("Hurrying incremental marking because of lack of progress\n");
|
interface.h | 139 PrintF("# Creating %p\n", static_cast<void*>(this));
|
heap.cc | 316 PrintF("Memory allocator, used: %8" V8_PTR_PREFIX "d" 320 PrintF("New space, used: %8" V8_PTR_PREFIX "d" 324 PrintF("Old pointers, used: %8" V8_PTR_PREFIX "d" 330 PrintF("Old data space, used: %8" V8_PTR_PREFIX "d" 336 PrintF("Code space, used: %8" V8_PTR_PREFIX "d" 342 PrintF("Map space, used: %8" V8_PTR_PREFIX "d" 348 PrintF("Cell space, used: %8" V8_PTR_PREFIX "d" 354 PrintF("Large object space, used: %8" V8_PTR_PREFIX "d" 502 PrintF("[IncrementalMarking] Scavenge during marking.\n"); 517 PrintF("[IncrementalMarking] Delaying MarkSweep.\n") [all...] |
/external/chromium_org/v8/test/cctest/ |
test-symbols.cc | 31 PrintF("\n");
|