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

1 2 3 4 5 6 7

  /external/chromium_org/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 = constant\n");
60 PrintF(out, " -value:\n");
62 PrintF(out, "\n");
65 PrintF(out, " -type = field\n")
    [all...]
objects-printer.cc 67 PrintF(out, "\n");
72 PrintF(out, "%p: [%s]\n", reinterpret_cast<void*>(this), id);
137 PrintF(out, "filler");
165 PrintF(out, "Value wrapper around:");
224 PrintF(out, "UNKNOWN TYPE %d", map()->instance_type());
232 PrintF(out, "byte array, data starts at %p", GetDataStartAddress());
237 PrintF(out, "free space, size %d", Size());
242 PrintF(out, "external pixel array");
247 PrintF(out, "external byte array");
252 PrintF(out, "external unsigned byte array")
    [all...]
data-flow.cc 39 PrintF("{");
42 if (!first) PrintF(",");
44 PrintF("%d", i);
47 PrintF("}");
regexp-macro-assembler-tracer.cc 43 PrintF("RegExpMacroAssembler%s();\n", impl_names[type]);
59 PrintF("label[%08x]: (Bind)\n", LabelToInt(label));
65 PrintF(" AdvanceCurrentPosition(by=%d);\n", by);
71 PrintF(" CheckGreedyLoop(label[%08x]);\n\n", LabelToInt(label));
77 PrintF(" PopCurrentPosition();\n");
83 PrintF(" PushCurrentPosition();\n");
89 PrintF(" Backtrack();\n");
95 PrintF(" GoTo(label[%08x]);\n\n", LabelToInt(label));
101 PrintF(" PushBacktrack(label[%08x]);\n", LabelToInt(label));
108 PrintF(" Succeed();%s\n", restart ? " [restart for global match]" : "")
    [all...]
interface.cc 80 PrintF("%*s# Adding...\n", Nesting::current(), "");
81 PrintF("%*sthis = ", Nesting::current(), "");
83 PrintF("%*s%s : ", Nesting::current(), "",
111 PrintF("%*sthis' = ", Nesting::current(), "");
113 PrintF("%*s# Added.\n", Nesting::current(), "");
140 PrintF("%*s# Unifying...\n", Nesting::current(), "");
141 PrintF("%*sthis = ", Nesting::current(), "");
143 PrintF("%*sthat = ", Nesting::current(), "");
158 PrintF("%*sthis' = ", Nesting::current(), "");
160 PrintF("%*sthat' = ", Nesting::current(), "")
    [all...]
codegen.cc 78 PrintF("[generating %s code for %s function: ", kind, ftype);
82 PrintF("%s", name == NULL ? "<unknown>" : name);
84 PrintF("%s", *info->function()->debug_name()->ToCString());
86 PrintF("]\n");
91 PrintF("--- Source from AST ---\n%s\n",
96 PrintF("--- AST ---\n%s\n",
140 PrintF("--- Raw source ---\n");
150 if (stream.HasMore()) PrintF("%c", stream.GetNext());
152 PrintF("\n\n");
157 PrintF("--- Unoptimized code ---\n")
    [all...]
contexts.cc 111 PrintF("Context::Lookup(");
113 PrintF(")\n");
118 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context));
119 if (context->IsNativeContext()) PrintF(" (native context)");
120 PrintF("\n");
142 PrintF("=> found property in context object %p\n",
167 PrintF("=> found local in context slot %d (mode = %d)\n",
220 PrintF("=> found intermediate function in context slot %d\n",
236 PrintF("=> found in catch context\n");
254 PrintF("=> no property/slot found\n")
    [all...]
deoptimizer.cc 369 PrintF("[forced deoptimization: ");
371 PrintF(" / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function));
421 PrintF("[deoptimize all contexts]\n");
678 PrintF("%s", Code::Kind2String(compiled_code_->kind()));
753 PrintF("[couldn't find pc offset for node=%d]\n", id.ToInt());
754 PrintF("[method: %s]\n", *shared->DebugName()->ToCString());
759 PrintF("[source:\n%s\n]", *stream.ToCString());
793 PrintF("[deoptimizing (DEOPT %s): begin 0x%08" V8PRIxPTR " ",
797 PrintF(" @%d, FP to SP delta: %d]\n", bailout_id_, fp_to_sp_delta_);
876 PrintF("[deoptimizing (%s): end 0x%08" V8PRIxPTR " "
    [all...]
  /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...]
  /external/chromium_org/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...]
  /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/chromium_org/v8/src/arm/
simulator-arm.cc 149 PrintF("Simulator hit stop %u: %s\n", code, msg);
151 PrintF("Simulator hit %s\n", msg);
288 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
324 PrintF("%3s: 0x%08x %10d", Registers::Name(i), value, value);
329 PrintF(" (%f)\n", dvalue);
331 PrintF("\n");
337 PrintF("%3s: %f 0x%08x %08x\n",
345 PrintF("%s: 0x%08x %d \n", arg1, value, value);
348 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);
351 PrintF("%s: %f 0x%08x %08x\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 423 milliseconds

1 2 3 4 5 6 7