HomeSort by relevance Sort by last modified time
    Searched refs:PrintF (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/v8/src/compiler/
graph-replay.cc 22 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("kMachAnyTagged, %d", op->ValueInputCount())
    [all...]
loop-analysis.cc 83 PrintF("X");
85 PrintF(">");
87 PrintF("<");
89 PrintF(" ");
92 PrintF(" #%d:%s\n", ni.node->id(), ni.node->op()->mnemonic());
97 PrintF("Loop %d headed at #%d\n", i, li.header->id());
489 for (int i = 0; i < loop->depth_; i++) PrintF(" ");
490 PrintF("Loop depth = %d ", loop->depth_);
493 PrintF(" H#%d", loop_tree_->loop_nodes_[i++]->id());
496 PrintF(" B#%d", loop_tree_->loop_nodes_[i++]->id())
    [all...]
  /external/v8/src/regexp/
regexp-macro-assembler-tracer.cc 19 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(" PushBacktrack(label[%08x]);\n", LabelToInt(label))
    [all...]
  /external/v8/src/heap/
gc-idle-time-handler.cc 23 PrintF("done");
26 PrintF("no action");
29 PrintF("incremental step");
31 PrintF("; finalized marking");
35 PrintF("full GC");
42 PrintF("contexts_disposed=%d ", contexts_disposed);
43 PrintF("contexts_disposal_rate=%f ", contexts_disposal_rate);
44 PrintF("size_of_objects=%" PRIuS " ", size_of_objects);
45 PrintF("incremental_marking_stopped=%d ", incremental_marking_stopped);
code-stats.cc 73 PrintF("\n Code kind histograms: \n");
76 PrintF(" %-20s: %10d bytes\n",
81 PrintF("\n");
85 PrintF("Code size including metadata : %10d bytes\n",
89 PrintF("Bytecode size including metadata: %10d bytes\n",
96 PrintF(
102 PrintF(" %-30s: %10d/%6d (%d)\n", cs.comment, cs.size, cs.count,
106 PrintF("\n");
object-stats.cc 37 PrintF("[ ");
39 PrintF("%zu", array[i]);
40 if (i != (len - 1)) PrintF(", ");
42 PrintF(" ]");
56 PrintF("\"isolate\": \"%p\", \"id\": %d, \"key\": \"%s\", ",
62 PrintF("{ ");
64 PrintF("\"type\": \"instance_type_data\", ");
65 PrintF("\"instance_type\": %d, ", index);
66 PrintF("\"instance_type_name\": \"%s\", ", name);
67 PrintF("\"overall\": %zu, ", object_sizes_[index])
    [all...]
marking.h 205 if ((mask & himask) != 0) PrintF("[");
206 PrintF((mask & word) ? "1" : "0");
207 if ((mask & himask) != 0) PrintF("]");
230 PrintF("%d: ", pos);
232 PrintF("\n");
237 PrintF("%d: %dx%d\n", seq_start, seq_type == 0 ? 0 : 1,
257 PrintF("\n");
  /external/v8/src/
bit-vector.cc 15 PrintF("{");
18 if (!first) PrintF(",");
20 PrintF("%d", i);
23 PrintF("}\n");
allocation-site-scopes.cc 22 PrintF("*** Creating top level AllocationSite %p\n",
29 PrintF("Creating nested site (top, current, new) (%p, %p, %p)\n",
52 PrintF("*** Setting AllocationSite %p transition_info %p\n",
56 PrintF("Setting AllocationSite (%p, %p) transition_info %p\n",
72 PrintF("*** Creating Memento for %s %p\n",
runtime-profiler.cc 139 PrintF("[marking ");
141 PrintF(" for %s recompilation, reason: %s", type, reason);
146 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total,
148 PrintF(", generic ICs: %d/%d (%d%%)", generic, total, generic_percentage);
150 PrintF("]\n");
191 PrintF("[OSR - arming back edges in ");
193 PrintF("]\n");
285 PrintF("[not yet optimizing ");
287 PrintF(", not enough type info: %d/%d (%d%%)]\n", typeinfo, total,
420 PrintF("[not yet optimizing ")
    [all...]
startup-data-util.cc 53 PrintF(stderr, "Failed to open startup resource '%s'.\n", blob_file);
69 PrintF(stderr, "Corrupted startup resource '%s'.\n", blob_file);
contexts.cc 212 PrintF("Context::Lookup(");
214 PrintF(")\n");
219 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context));
220 if (context->IsScriptContext()) PrintF(" (script context)");
221 if (context->IsNativeContext()) PrintF(" (native context)");
222 PrintF("\n");
234 PrintF(" - trying other script contexts\n");
244 PrintF("=> found property in script context %d: %p\n",
295 PrintF("=> found property in context object %p\n",
318 PrintF("=> found local in context slot %d (mode = %d)\n"
    [all...]
deoptimizer.cc 224 PrintF(scope.file(), "[deoptimizer unlinked: ");
226 PrintF(scope.file(),
252 PrintF(scope.file(), "[deoptimizer found activation of function: ");
254 PrintF(scope.file(),
349 PrintF(scope.file(), "[deoptimize all code in all contexts]\n");
370 PrintF(scope.file(), "[deoptimize marked code in all contexts]\n");
519 PrintF(trace_scope_->file(),
695 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ",
698 PrintF(trace_scope_->file(),
792 PrintF(trace_scope_->file(), "[deoptimizing (%s): end "
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 87 #define UNSUPPORTED() printf("Sim: Unsupported instruction.\n");
93 PrintF("Simulator hit (%u)\n", code);
226 PrintF("\n");
228 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
231 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
234 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6));
236 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7));
237 PrintF("\n");
240 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
243 PrintF("\n")
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 78 PrintF("Simulator hit stop %u: %s\n", code, msg);
80 PrintF("Simulator hit %s\n", msg);
203 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
244 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(),
269 PrintF(" %3s: %08" V8PRIxPTR,
274 PrintF(" (%f)\n", dvalue);
276 PrintF("\n");
279 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR
288 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR,
293 PrintF(" (%f)\n", dvalue)
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 69 PrintF("Simulator hit stop %u\n", code);
71 PrintF("Simulator hit\n");
205 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
241 PrintF(
250 PrintF(" (%f)\n", dvalue);
252 PrintF("\n");
258 PrintF("%3s: %f 0x%08x %08x\n",
266 PrintF("%s: 0x%08x %d \n", arg1, value, value);
269 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);
272 PrintF("%s: %f 0x%08x %08x\n"
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 99 inline void UNSUPPORTED() { printf("Sim: Unsupported instruction.\n"); }
104 PrintF("Simulator hit (%u)\n", code);
209 PrintF("\n");
211 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 "\t%3s: 0x%016" PRIx64 " %14" PRId64
215 PrintF("%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64
219 PrintF("%34s\t%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \n", "", "",
222 PrintF("%34s\t%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \n", "", "",
224 PrintF("\n");
227 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64
231 PrintF("\n")
    [all...]
  /external/v8/src/snapshot/
snapshot-common.cc 47 PrintF("[Deserializing isolate (%d bytes) took %0.3f ms]\n", bytes, ms);
73 PrintF("[Deserializing context #%zu (%d bytes) took %0.3f ms]\n",
83 PrintF("Deserialization will reserve:\n");
87 PrintF("%10d bytes per isolate\n", startup_total);
93 PrintF("%10d bytes per context #%d\n", context_total, i);
118 PrintF("Snapshot blob consists of:\n%10d bytes for startup\n",
129 PrintF("%10d bytes for context #%d\n", payload_length, i);
serializer.cc 65 PrintF("%s:\n", name);
66 PrintF(" Spaces (bytes):\n");
68 PrintF("%16s", AllocationSpaceName(static_cast<AllocationSpace>(space)));
70 PrintF("\n");
74 PrintF("%16" PRIuS, s);
76 PrintF("%16d\n", large_objects_total_size_);
78 PrintF(" Instance types (count and bytes):\n");
81 PrintF("%10d %10" PRIuS " %s\n", instance_type_count_[Name], \
86 PrintF("\n");
156 PrintF(" Encoding hot object %d:", index)
    [all...]
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 20 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",
hydrogen-representation-changes.cc 151 PrintF("#%d Phi is not truncating Number because of #%d %s\n",
160 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n",
168 PrintF("#%d Phi is not truncating Smi because of #%d %s\n",
180 PrintF("#%d Phi is not truncating Number because of #%d %s\n",
199 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n",
216 PrintF("#%d Phi is not truncating Smi because of #%d %s\n",
hydrogen-escape-analysis.cc 16 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/src/runtime/
runtime-compiler.cc 30 PrintF("[unoptimized: ");
32 PrintF("]\n");
215 PrintF("[removing optimized code for: ");
217 PrintF("]\n");
340 PrintF("[OSR - Compiling: ");
342 PrintF(" at AST id %d]\n", ast_id.ToInt());
357 PrintF("[OSR - Entry at AST id %d, offset %d in optimized code]\n",
370 PrintF("[OSR - Re-marking ");
372 PrintF(" for non-concurrent optimization]\n");
387 PrintF("[OSR - Failed: ")
    [all...]
  /external/v8/src/compiler-dispatcher/
optimizing-compile-dispatcher.cc 150 PrintF(" ** Flushed concurrent recompilation queues (not blocking).\n");
163 PrintF(" ** Flushed concurrent recompilation queues.\n");
201 PrintF(" ** Aborting compilation for ");
203 PrintF(" as it has already been optimized.\n");
  /external/v8/src/ast/
scopes.cc     [all...]

Completed in 558 milliseconds

1 2 3 4 5