/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",
|
/external/chromium_org/v8/src/ |
property.cc | 47 PrintF(out, "Not Found\n"); 51 PrintF(out, "LookupResult:\n"); 52 PrintF(out, " -cacheable = %s\n", IsCacheable() ? "true" : "false"); 53 PrintF(out, " -attributes = %x\n", GetAttributes()); 56 PrintF(out, " -type = normal\n"); 57 PrintF(out, " -entry = %d", GetDictionaryEntry()); 60 PrintF(out, " -type = constant\n"); 61 PrintF(out, " -value:\n"); 63 PrintF(out, "\n"); 66 PrintF(out, " -type = field\n") [all...] |
objects-printer.cc | 67 PrintF(out, "\n"); 72 PrintF(out, "%p: [%s]\n", reinterpret_cast<void*>(this), id); 140 PrintF(out, "filler"); 168 PrintF(out, "Value wrapper around:"); 227 PrintF(out, "UNKNOWN TYPE %d", map()->instance_type()); 235 PrintF(out, "byte array, data starts at %p", GetDataStartAddress()); 240 PrintF(out, "free space, size %d", Size()); 245 PrintF(out, "external pixel array"); 250 PrintF(out, "external byte array"); 255 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...] |
allocation-site-scopes.cc | 42 PrintF("*** Creating top level AllocationSite %p\n", 49 PrintF("Creating nested site (top, current, new) (%p, %p, %p)\n", 72 PrintF("*** Setting AllocationSite %p transition_info %p\n", 76 PrintF("Setting AllocationSite (%p, %p) transition_info %p\n", 92 PrintF("*** Creating Memento for %s %p\n",
|
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", 144 PrintF(tracing_scope.file(), "--- Raw source ---\n"); 155 PrintF(tracing_scope.file(), "%c", stream.GetNext()); 158 PrintF(tracing_scope.file(), "\n\n"); 163 PrintF(tracing_scope.file(), "--- Unoptimized code ---\n") [all...] |
runtime-profiler.cc | 130 PrintF("[marking "); 132 PrintF(" for recompilation, reason: %s", reason); 136 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, percentage); 138 PrintF("]\n"); 183 PrintF("[OSR - patching back edges in "); 185 PrintF("]\n"); 340 PrintF("[not yet optimizing "); 342 PrintF(", not enough type info: %d/%d (%d%%)]\n",
|
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...] |
optimizing-compiler-thread.cc | 197 PrintF(" ** Flushed concurrent recompilation queues.\n"); 223 PrintF(" ** Compiler thread did %.2f%% useful work\n", percentage); 228 PrintF("[COSR hit rate %d / %d]\n", osr_hits_, osr_attempts_); 244 PrintF("[COSR - "); 246 PrintF(" is ready for install and entry at AST id %d]\n", 264 PrintF(" ** Queueing "); 266 PrintF(" for concurrent on-stack replacement.\n"); 361 PrintF("[COSR - Discarded "); 363 PrintF(", AST id %d]\n", info->osr_ast_id().ToInt());
|
/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...] |