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

1 2 3 4

  /external/v8/src/
property.cc 46 PrintF(out, "Not Found\n");
50 PrintF(out, "LookupResult:\n");
51 PrintF(out, " -cacheable = %s\n", IsCacheable() ? "true" : "false");
52 PrintF(out, " -attributes = %x\n", GetAttributes());
55 PrintF(out, " -type = normal\n");
56 PrintF(out, " -entry = %d", GetDictionaryEntry());
59 PrintF(out, " -type = map transition\n");
60 PrintF(out, " -map:\n");
62 PrintF(out, "\n");
65 PrintF(out, " -type = elements transition\n")
    [all...]
objects-printer.cc 60 PrintF(out, "\n");
65 PrintF(out, "%p: [%s]\n", reinterpret_cast<void*>(this), id);
127 PrintF(out, "filler");
151 PrintF(out, "Value wrapper around:");
189 PrintF(out, "UNKNOWN TYPE %d", map()->instance_type());
197 PrintF(out, "byte array, data starts at %p", GetDataStartAddress());
202 PrintF(out, "free space, size %d", Size());
207 PrintF(out, "external pixel array");
212 PrintF(out, "external byte array");
217 PrintF(out, "external unsigned byte array")
    [all...]
regexp-macro-assembler-tracer.cc 42 PrintF("RegExpMacroAssembler%s();\n", impl_names[type]);
58 PrintF("label[%08x]: (Bind)\n", LabelToInt(label));
64 PrintF(" AdvanceCurrentPosition(by=%d);\n", by);
70 PrintF(" CheckGreedyLoop(label[%08x]);\n\n", LabelToInt(label));
76 PrintF(" PopCurrentPosition();\n");
82 PrintF(" PushCurrentPosition();\n");
88 PrintF(" Backtrack();\n");
94 PrintF(" GoTo(label[%08x]);\n\n", LabelToInt(label));
100 PrintF(" PushBacktrack(label[%08x]);\n", LabelToInt(label));
106 PrintF(" Succeed();\n")
    [all...]
data-flow.cc 39 PrintF("{");
42 if (!first) PrintF(",");
44 PrintF("%d", i);
47 PrintF("}");
interface.cc 78 PrintF("%*s# Adding...\n", Nesting::current(), "");
79 PrintF("%*sthis = ", Nesting::current(), "");
81 PrintF("%*s%s : ", Nesting::current(), "",
105 PrintF("%*sthis' = ", Nesting::current(), "");
107 PrintF("%*s# Added.\n", Nesting::current(), "");
126 PrintF("%*s# Unifying...\n", Nesting::current(), "");
127 PrintF("%*sthis = ", Nesting::current(), "");
129 PrintF("%*sthat = ", Nesting::current(), "");
144 PrintF("%*sthis' = ", Nesting::current(), "");
146 PrintF("%*sthat' = ", Nesting::current(), "")
    [all...]
codegen.cc 78 PrintF("*** Generate code for %s function: ", ftype);
80 PrintF(" ***\n");
84 PrintF("--- Source from AST ---\n%s\n",
89 PrintF("--- AST ---\n%s\n",
125 PrintF("--- Raw source ---\n");
133 if (stream.has_more()) PrintF("%c", stream.GetNext());
135 PrintF("\n\n");
139 PrintF("--- Unoptimized code ---\n");
143 PrintF("--- Optimized code ---\n");
145 PrintF("--- Code ---\n")
    [all...]
contexts.cc 101 PrintF("Context::Lookup(");
103 PrintF(")\n");
108 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context));
109 if (context->IsGlobalContext()) PrintF(" (global context)");
110 PrintF("\n");
129 PrintF("=> found property in context object %p\n",
154 PrintF("=> found local in context slot %d (mode = %d)\n",
203 PrintF("=> found intermediate function in context slot %d\n",
219 PrintF("=> found in catch context\n");
237 PrintF("=> no property/slot found\n")
    [all...]
runtime-profiler.cc 133 PrintF("[marking ");
135 PrintF(" 0x%" V8PRIxPTR, reinterpret_cast<intptr_t>(function->address()));
136 PrintF(" for recompilation, reason: %s", reason);
140 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, percentage);
142 PrintF("]\n");
173 PrintF("[patching stack checks in ");
175 PrintF(" for on-stack replacement]\n");
307 PrintF("[not yet optimizing ");
309 PrintF(", not enough type info: %d/%d (%d%%)]\n",
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");
  /external/v8/src/mips/
simulator-mips.cc 154 #define UNSUPPORTED() printf("Unsupported instruction.\n");
169 PrintF("Simulator hit %s (%u)\n", msg, code);
283 PrintF("\n");
285 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
288 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
291 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6));
293 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7));
294 PrintF("\n");
297 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n",
300 PrintF("\n")
    [all...]
deoptimizer-mips.cc 103 PrintF("[forced deoptimization: ");
105 PrintF(" / %x]\n", reinterpret_cast<uint32_t>(function));
250 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
253 PrintF(" => node=%u, frame=%d->%d]\n",
306 PrintF(" [sp + %d] <- 0x%08x ; [sp + %d] (fixed part - %s)\n",
343 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
347 PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
358 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes);
393 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's pc\n",
404 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's fp\n"
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 148 PrintF("Simulator hit stop %u: %s\n", code, msg);
150 PrintF("Simulator hit %s\n", msg);
287 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
323 PrintF("%3s: 0x%08x %10d", Registers::Name(i), value, value);
328 PrintF(" (%f)\n", dvalue);
330 PrintF("\n");
336 PrintF("%3s: %f 0x%08x %08x\n",
344 PrintF("%s: 0x%08x %d \n", arg1, value, value);
347 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);
350 PrintF("%s: %f 0x%08x %08x\n"
    [all...]
deoptimizer-arm.cc 104 PrintF("[forced deoptimization: ");
106 PrintF(" / %x]\n", reinterpret_cast<uint32_t>(function));
260 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
263 PrintF(" => node=%u, frame=%d->%d]\n",
316 PrintF(" [sp + %d] <- 0x%08x ; [sp + %d] (fixed part - %s)\n",
353 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
357 PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
368 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes);
403 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's pc\n",
414 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's fp\n"
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 201 PrintF("[forced deoptimization: ");
203 PrintF(" / %x]\n", reinterpret_cast<uint32_t>(function));
351 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
354 PrintF(" => node=%u, frame=%d->%d]\n",
407 PrintF(" [esp + %d] <- 0x%08x ; [esp + %d] (fixed part - %s)\n",
444 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
448 PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
459 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes);
494 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's pc\n",
505 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's fp\n"
    [all...]
  /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...]

Completed in 293 milliseconds

1 2 3 4