Searched refs:PrintF (Results 1 - 25 of 122) sorted by relevance

12345

/external/v8/src/compiler/
H A Dgraph-replay.cc22 PrintF(" Node* nil = graph()->NewNode(common()->Dead());\n");
29 PrintF(" Node* n%d = graph()->NewNode(op", node->id());
31 PrintF(", nil");
33 PrintF("); USE(n%d);\n", node->id());
39 PrintF(" n%d->ReplaceInput(%d, n%d);\n", node->id(), i,
52 PrintF(" op = %s()->%s(", builder, mnemonic);
55 PrintF("%d", ParameterIndexOf(op));
58 PrintF("%g", OpParameter<double>(op));
61 PrintF("unique_constant");
64 PrintF("kMachAnyTagge
[all...]
H A Descape-analysis-reducer.cc62 PrintF("Replaced #%d (%s) with #%d (%s)\n", node->id(),
79 PrintF("Removed #%d (%s) from effect chain\n", node->id(),
97 PrintF("Removed allocate #%d from effect chain\n", node->id());
112 PrintF("Removed region #%d / #%d from effect chain,", effect->id(),
114 PrintF(" %d user(s) of #%d remain(s):", node->UseCount(), node->id());
116 PrintF(" #%d", edge.from()->id());
118 PrintF("\n");
135 PrintF("Replaced ref eq #%d with true\n", node->id());
141 PrintF("Replaced ref eq #%d with false\n", node->id());
148 PrintF("Replace
[all...]
H A Descape-analysis.cc79 PrintF("Setting field %zu of #%d to #%d (%s)\n", offset, id(), node->id(),
292 PrintF(" Updating fields of @%d\n", alias);
356 PrintF(" Merging virtual objects of @%d\n", alias);
365 PrintF(" Field %zu agree on rep #%d\n", i, field->id());
379 PrintF(" Creating Phi #%d as merge of", phi->id());
381 PrintF(" #%d (%s)", cache->fields()[i]->id(),
384 PrintF("\n");
404 PrintF(" Widening Phi #%d of arity %d to %d", rep->id(),
574 PrintF("Setting #%d (%s) to escaped because of store to field of #%d\n",
589 PrintF("Settin
[all...]
H A Djs-inlining-heuristic.cc129 PrintF("Candidates for inlining (size=%zu):\n", candidates_.size());
131 PrintF(" id:%d, calls:%d, size[source]:%d, size[ast]:%d / %s\n",
H A Dloop-analysis.cc82 PrintF("X");
84 PrintF("/");
86 PrintF("\\");
88 PrintF(" ");
91 PrintF(" #%d:%s\n", ni.node->id(), ni.node->op()->mnemonic());
96 PrintF("Loop %d headed at #%d\n", i, li.header->id());
435 for (int i = 0; i < loop->depth_; i++) PrintF(" ");
436 PrintF("Loop depth = %d ", loop->depth_);
439 PrintF(" H#%d", loop_tree_->loop_nodes_[i++]->id());
442 PrintF("
[all...]
/external/v8/src/regexp/
H A Dregexp-macro-assembler-tracer.cc19 PrintF("RegExpMacroAssembler%s();\n", impl_names[type]);
28 PrintF(" AbortedCodeGeneration\n");
41 PrintF("label[%08x]: (Bind)\n", LabelToInt(label));
47 PrintF(" AdvanceCurrentPosition(by=%d);\n", by);
53 PrintF(" CheckGreedyLoop(label[%08x]);\n\n", LabelToInt(label));
59 PrintF(" PopCurrentPosition();\n");
65 PrintF(" PushCurrentPosition();\n");
71 PrintF(" Backtrack();\n");
77 PrintF(" GoTo(label[%08x]);\n\n", LabelToInt(label));
83 PrintF(" PushBacktrac
[all...]
/external/v8/src/
H A Dbit-vector.cc15 PrintF("{");
18 if (!first) PrintF(",");
20 PrintF("%d", i);
23 PrintF("}\n");
H A Dallocation-site-scopes.cc19 PrintF("*** Creating top level AllocationSite %p\n",
26 PrintF("Creating nested site (top, current, new) (%p, %p, %p)\n",
49 PrintF("*** Setting AllocationSite %p transition_info %p\n",
53 PrintF("Setting AllocationSite (%p, %p) transition_info %p\n",
69 PrintF("*** Creating Memento for %s %p\n",
H A Druntime-profiler.cc92 PrintF("[marking ");
94 PrintF(" for recompilation, reason: %s", reason);
99 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total,
101 PrintF(", generic ICs: %d/%d (%d%%)", generic, total, generic_percentage);
103 PrintF("]\n");
129 PrintF("[OSR - patching back edges in ");
131 PrintF("]\n");
238 PrintF("[not yet optimizing ");
240 PrintF(", not enough type info: %d/%d (%d%%)]\n", typeinfo, total,
H A Doptimizing-compile-dispatcher.cc181 PrintF(" ** Flushed concurrent recompilation queues.\n");
208 PrintF("[COSR hit rate %d / %d]\n", osr_hits_, osr_attempts_);
228 PrintF("[COSR - ");
230 PrintF(" is ready for install and entry at AST id %d]\n",
241 PrintF(" ** Aborting compilation for ");
243 PrintF(" as it has already been optimized.\n");
348 PrintF("[COSR - Discarded ");
350 PrintF(", AST id %d]\n", info->osr_ast_id().ToInt());
H A Dstartup-data-util.cc52 PrintF(stderr, "Failed to open startup resource '%s'.\n", blob_file);
68 PrintF(stderr, "Corrupted startup resource '%s'.\n", blob_file);
H A Dcontexts.cc230 PrintF("Context::Lookup(");
232 PrintF(")\n");
237 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context));
238 if (context->IsScriptContext()) PrintF(" (script context)");
239 if (context->IsNativeContext()) PrintF(" (native context)");
240 PrintF("\n");
252 PrintF(" - trying other script contexts\n");
262 PrintF("=> found property in script context %d: %p\n",
306 PrintF("=> found property in context object %p\n",
331 PrintF("
[all...]
H A Ddeoptimizer.cc312 PrintF(scope.file(), "[deoptimizer unlinked: ");
314 PrintF(scope.file(),
340 PrintF(scope.file(), "[deoptimizer found activation of function: ");
342 PrintF(scope.file(),
431 PrintF(scope.file(), "[deoptimize all code in all contexts]\n");
448 PrintF(scope.file(), "[deoptimize marked code in all contexts]\n");
599 PrintF(trace_scope_->file(),
718 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ",
721 PrintF(trace_scope_->file(),
795 PrintF(trace_scope
[all...]
/external/v8/src/heap/
H A Dgc-idle-time-handler.cc24 PrintF("done");
27 PrintF("no action");
30 PrintF("incremental step");
32 PrintF("; finalized marking");
36 PrintF("full GC");
43 PrintF("contexts_disposed=%d ", contexts_disposed);
44 PrintF("contexts_disposal_rate=%f ", contexts_disposal_rate);
45 PrintF("size_of_objects=%" V8_PTR_PREFIX "d ", size_of_objects);
46 PrintF("incremental_marking_stopped=%d ", incremental_marking_stopped);
/external/v8/src/mips/
H A Dsimulator-mips.cc147 PrintF("Simulator hit %s (%u)\n", msg, code);
281 PrintF("\n");
283 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
286 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
289 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6));
291 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7));
292 PrintF("\n");
295 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
298 PrintF("\n");
300 PrintF("
[all...]
/external/v8/src/mips64/
H A Dsimulator-mips64.cc164 PrintF("Simulator hit %s (%u)\n", msg, code);
271 PrintF("\n");
273 PrintF("%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n",
276 PrintF("%34s\t%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n",
279 PrintF("%34s\t%34s\t%3s: 0x%016lx %14ld\n", "", "", REG_INFO(6));
281 PrintF("%34s\t%34s\t%3s: 0x%016lx %14ld\n", "", "", REG_INFO(7));
282 PrintF("\n");
285 PrintF("%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n",
288 PrintF("\n");
290 PrintF("
[all...]
/external/v8/src/ppc/
H A Dsimulator-ppc.cc123 PrintF("Simulator hit stop %u: %s\n", code, msg);
125 PrintF("Simulator hit %s\n", msg);
250 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
291 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(),
316 PrintF(" %3s: %08" V8PRIxPTR,
321 PrintF(" (%f)\n", dvalue);
323 PrintF("\n");
326 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR
335 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR,
340 PrintF(" (
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.cc126 PrintF("Simulator hit stop %u: %s\n", code, msg);
128 PrintF("Simulator hit %s\n", msg);
265 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
301 PrintF("%3s: 0x%08x %10d", Register::from_code(i).ToString(),
307 PrintF(" (%f)\n", dvalue);
309 PrintF("\n");
315 PrintF("%3s: %f 0x%08x %08x\n",
323 PrintF("%s: 0x%08x %d \n", arg1, value, value);
326 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);
329 PrintF("
[all...]
/external/v8/src/runtime/
H A Druntime-compiler.cc26 PrintF("[unoptimized: ");
28 PrintF("]\n");
171 PrintF("[removing optimized code for: ");
173 PrintF("]\n");
261 PrintF("[OSR - Still waiting for queued: ");
263 PrintF(" at AST id %d]\n", ast_id.ToInt());
273 PrintF("[OSR - Found ready: ");
275 PrintF(" at AST id %d]\n", ast_id.ToInt());
280 PrintF("[OSR - Compiling: ");
282 PrintF(" a
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-removable-simulates.cc20 PrintF("[%s with state %p in B%d: #%d %s]\n",
99 PrintF("[preparing state %p for B%d]\n", reinterpret_cast<void*>(state),
141 PrintF("[copy state %p from B%d to new state %p for B%d]\n",
157 PrintF("[merge state %p from B%d into %p for B%d]\n",
H A Dhydrogen-representation-changes.cc145 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n",
155 PrintF("#%d Phi is not truncating Smi because of #%d %s\n",
169 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n",
186 PrintF("#%d Phi is not truncating Smi because of #%d %s\n",
H A Dhydrogen-escape-analysis.cc16 PrintF("#%d (%s) escapes through #%d (%s) @%d\n", value->id(),
23 PrintF("#%d (%s) out of bounds at #%d (%s) @%d\n", value->id(),
31 PrintF("#%d (%s) escapes redefinition #%d (%s) @%d\n", value->id(),
53 PrintF("#%d (%s) is being captured\n", instr->id(),
177 PrintF("Analyzing data-flow in B%d\n", block->block_id());
198 PrintF("Replacing load #%d with #%d (%s)\n", load->id(),
218 PrintF("Replacing store #%d%s\n", instr->id(),
/external/v8/test/cctest/
H A Dtest-random-number-generator.cc117 PrintF("Bit %d is %d %d%% of the time\n", random_bit,
120 PrintF("Bit %d is the same as bit %d %d ago %d%% of the time\n",
/external/v8/src/snapshot/
H A Dsnapshot-common.cc62 PrintF("[Deserializing isolate (%d bytes) took %0.3f ms]\n", bytes, ms);
87 PrintF("[Deserializing context (%d bytes) took %0.3f ms]\n", bytes, ms);
113 PrintF(
192 PrintF(
/external/v8/src/ast/
H A Dscopes.cc913 PrintF("%*s%s", n, "", str);
918 PrintF("%.*s", name->length(), name->raw_data());
927 PrintF("parameter[%d]", var->index());
930 PrintF("local[%d]", var->index());
933 PrintF("context[%d]", var->index());
936 PrintF("global[%d]", var->index());
939 PrintF("lookup");
948 PrintF(" ");
950 PrintF(".%p", reinterpret_cast<void*>(var));
953 PrintF("; // ");
[all...]

Completed in 882 milliseconds

12345