/external/v8/src/ |
D | regexp-macro-assembler-tracer.cc | 22 PrintF("RegExpMacroAssembler%s();\n", impl_names[type]); in RegExpMacroAssemblerTracer() 38 PrintF("label[%08x]: (Bind)\n", LabelToInt(label)); in Bind() 44 PrintF(" AdvanceCurrentPosition(by=%d);\n", by); in AdvanceCurrentPosition() 50 PrintF(" CheckGreedyLoop(label[%08x]);\n\n", LabelToInt(label)); in CheckGreedyLoop() 56 PrintF(" PopCurrentPosition();\n"); in PopCurrentPosition() 62 PrintF(" PushCurrentPosition();\n"); in PushCurrentPosition() 68 PrintF(" Backtrack();\n"); in Backtrack() 74 PrintF(" GoTo(label[%08x]);\n\n", LabelToInt(label)); in GoTo() 80 PrintF(" PushBacktrack(label[%08x]);\n", LabelToInt(label)); in PushBacktrack() 87 PrintF(" Succeed();%s\n", restart ? " [restart for global match]" : ""); in Succeed() [all …]
|
D | interface.cc | 48 PrintF("%*s# Adding...\n", Nesting::current(), ""); in DoAdd() 49 PrintF("%*sthis = ", Nesting::current(), ""); in DoAdd() 52 PrintF("%*s%.*s : ", Nesting::current(), "", symbol->length(), in DoAdd() 83 PrintF("%*sthis' = ", Nesting::current(), ""); in DoAdd() 85 PrintF("%*s# Added.\n", Nesting::current(), ""); in DoAdd() 112 PrintF("%*s# Unifying...\n", Nesting::current(), ""); in Unify() 113 PrintF("%*sthis = ", Nesting::current(), ""); in Unify() 115 PrintF("%*sthat = ", Nesting::current(), ""); in Unify() 130 PrintF("%*sthis' = ", Nesting::current(), ""); in Unify() 132 PrintF("%*sthat' = ", Nesting::current(), ""); in Unify() [all …]
|
D | deoptimizer.cc | 320 PrintF(scope.file(), "[deoptimizer unlinked: "); in DeoptimizeMarkedCodeForContext() 322 PrintF(scope.file(), in DeoptimizeMarkedCodeForContext() 348 PrintF(scope.file(), "[deoptimizer found activation of function: "); in DeoptimizeMarkedCodeForContext() 350 PrintF(scope.file(), in DeoptimizeMarkedCodeForContext() 440 PrintF(scope.file(), "[deoptimize all code in all contexts]\n"); in DeoptimizeAll() 457 PrintF(scope.file(), "[deoptimize marked code in all contexts]\n"); in DeoptimizeMarkedCode() 473 PrintF(scope.file(), "[deoptimize global object @ 0x%08" V8PRIxPTR "]\n", in DeoptimizeGlobalObject() 642 PrintF(trace_scope_->file(), in PrintFunctionName() 765 PrintF(trace_scope_->file(), in DoComputeOutputFrames() 770 PrintF(trace_scope_->file(), in DoComputeOutputFrames() [all …]
|
D | runtime-profiler.cc | 87 PrintF("[marking "); in Optimize() 89 PrintF(" for recompilation, reason: %s", reason); in Optimize() 94 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, in Optimize() 96 PrintF(", generic ICs: %d/%d (%d%%)", generic, total, generic_percentage); in Optimize() 98 PrintF("]\n"); in Optimize() 144 PrintF("[OSR - patching back edges in "); in AttemptOnStackReplacement() 146 PrintF("]\n"); in AttemptOnStackReplacement() 251 PrintF("[not yet optimizing "); in OptimizeNow() 253 PrintF(", not enough type info: %d/%d (%d%%)]\n", typeinfo, total, in OptimizeNow()
|
D | allocation-site-scopes.cc | 19 PrintF("*** Creating top level AllocationSite %p\n", in EnterNewScope() 26 PrintF("Creating nested site (top, current, new) (%p, %p, %p)\n", in EnterNewScope() 49 PrintF("*** Setting AllocationSite %p transition_info %p\n", in ExitScope() 53 PrintF("Setting AllocationSite (%p, %p) transition_info %p\n", in ExitScope() 69 PrintF("*** Creating Memento for %s %p\n", in ShouldCreateMemento()
|
D | data-flow.cc | 16 PrintF("{"); in Print() 19 if (!first) PrintF(","); in Print() 21 PrintF("%d", i); in Print() 24 PrintF("}"); in Print()
|
D | contexts.cc | 120 PrintF("Context::Lookup("); in Lookup() 122 PrintF(")\n"); in Lookup() 127 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context)); in Lookup() 128 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup() 129 PrintF("\n"); in Lookup() 158 PrintF("=> found property in context object %p\n", in Lookup() 187 PrintF("=> found local in context slot %d (mode = %d)\n", in Lookup() 240 PrintF("=> found intermediate function in context slot %d\n", in Lookup() 256 PrintF("=> found in catch context\n"); in Lookup() 274 PrintF("=> no property/slot found\n"); in Lookup()
|
D | scopes.cc | 287 PrintF("global : "); in Analyze() 789 PrintF("%*s%s", n, "", str); in Indent() 794 PrintF("%.*s", name->length(), name->raw_data()); in PrintName() 803 PrintF("parameter[%d]", var->index()); in PrintLocation() 806 PrintF("local[%d]", var->index()); in PrintLocation() 809 PrintF("context[%d]", var->index()); in PrintLocation() 812 PrintF("lookup"); in PrintLocation() 821 PrintF(" "); in PrintVar() 823 PrintF("; // "); in PrintVar() 827 if (comma) PrintF(", "); in PrintVar() [all …]
|
D | optimizing-compiler-thread.cc | 180 PrintF(" ** Flushed concurrent recompilation queues.\n"); in Flush() 206 PrintF(" ** Compiler thread did %.2f%% useful work\n", percentage); in Stop() 211 PrintF("[COSR hit rate %d / %d]\n", osr_hits_, osr_attempts_); in Stop() 228 PrintF("[COSR - "); in InstallOptimizedFunctions() 230 PrintF(" is ready for install and entry at AST id %d]\n", in InstallOptimizedFunctions() 241 PrintF(" ** Aborting compilation for "); in InstallOptimizedFunctions() 243 PrintF(" as it has already been optimized.\n"); in InstallOptimizedFunctions() 352 PrintF("[COSR - Discarded "); in AddToOsrBuffer() 354 PrintF(", AST id %d]\n", info->osr_ast_id().ToInt()); in AddToOsrBuffer()
|
D | codegen.cc | 113 PrintF("[generating %s code for %s function: ", kind, ftype); in MakeCodePrologue() 117 PrintF("%s", name == NULL ? "<unknown>" : name); in MakeCodePrologue() 120 PrintF("%s", info->function()->debug_name()->ToCString().get()); in MakeCodePrologue() 122 PrintF("]\n"); in MakeCodePrologue() 127 PrintF("--- Source from AST ---\n%s\n", in MakeCodePrologue() 132 PrintF("--- AST ---\n%s\n", in MakeCodePrologue()
|
D | hydrogen-removable-simulates.cc | 19 PrintF("[%s with state %p in B%d: #%d %s]\n", in Process() 91 PrintF("[preparing state %p for B%d]\n", reinterpret_cast<void*>(state), in Finish() 133 PrintF("[copy state %p from B%d to new state %p for B%d]\n", in Copy() 149 PrintF("[merge state %p from B%d into %p for B%d]\n", in Merge()
|
D | compiler.cc | 417 PrintF("-----------------------------------------------------------\n"); in CreateGraph() 418 PrintF("Compiling method %s using hydrogen\n", name->ToCString().get()); in CreateGraph() 522 PrintF("[optimizing "); in RecordOptimizationStats() 524 PrintF(" - took %0.3f, %0.3f, %0.3f ms]\n", ms_creategraph, ms_optimize, in RecordOptimizationStats() 535 PrintF("Compiled: %d functions with %d byte source size in %fms.\n", in RecordOptimizationStats() 700 PrintF("[found optimized code for "); in GetCodeFromOptimizedCodeMap() 703 PrintF(" at OSR AST id %d", osr_ast_id.ToInt()); in GetCodeFromOptimizedCodeMap() 705 PrintF("]\n"); in GetCodeFromOptimizedCodeMap() 756 PrintF("[aborted optimizing "); in GetOptimizedCodeNow() 758 PrintF(" because: %s]\n", GetBailoutReason(info->bailout_reason())); in GetOptimizedCodeNow() [all …]
|
D | hydrogen-escape-analysis.cc | 16 PrintF("#%d (%s) escapes through #%d (%s) @%d\n", value->id(), in HasNoEscapingUses() 23 PrintF("#%d (%s) out of bounds at #%d (%s) @%d\n", value->id(), in HasNoEscapingUses() 31 PrintF("#%d (%s) escapes redefinition #%d (%s) @%d\n", value->id(), in HasNoEscapingUses() 53 PrintF("#%d (%s) is being captured\n", instr->id(), in CollectCapturedValues() 176 PrintF("Analyzing data-flow in B%d\n", block->block_id()); in AnalyzeDataFlow() 197 PrintF("Replacing load #%d with #%d (%s)\n", load->id(), in AnalyzeDataFlow() 217 PrintF("Replacing store #%d%s\n", instr->id(), in AnalyzeDataFlow()
|
D | scopeinfo.cc | 505 PrintF("\n // %s\n", list_name); in PrintList() 507 PrintF(" %2d - %2d [internal slots]\n", 0 , nof_internal_slots - 1); in PrintList() 510 PrintF(" %2d ", i); in PrintList() 512 PrintF("\n"); in PrintList() 519 PrintF("ScopeInfo "); in Print() 523 PrintF("/* no function name */"); in Print() 525 PrintF("{"); in Print() 541 PrintF("}\n"); in Print()
|
D | hydrogen-representation-changes.cc | 135 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n", in Run() 145 PrintF("#%d Phi is not truncating Smi because of #%d %s\n", in Run() 159 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n", in Run() 176 PrintF("#%d Phi is not truncating Smi because of #%d %s\n", in Run()
|
D | hydrogen-check-elimination.cc | 20 #define TRACE(x) if (FLAG_trace_check_elimination) PrintF x 168 PrintF("Processing B%d, checkmaps-table:\n", block->block_id()); in Finish() 299 PrintF("B%d checkmaps-table %s from B%d:\n", in Copy() 354 PrintF("B%d checkmaps-table merged with B%d table:\n", in Merge() 731 PrintF(" unreachable\n"); in Print() 738 PrintF(" checkmaps-table @%d: %s #%d ", i, in Print() 741 PrintF("check #%d ", entry->check_->id()); in Print() 744 PrintF("%d %s maps { ", list->size(), in Print() 747 if (j > 0) PrintF(", "); in Print() 748 PrintF("%" V8PRIxPTR, list->at(j).Hashcode()); in Print() [all …]
|
D | hydrogen-load-elimination.cc | 14 #define TRACE(x) if (FLAG_trace_load_elimination) PrintF x 419 PrintF(" field %d: ", i); in Print() 421 PrintF("[o%d =", a->object_->id()); in Print() 422 if (a->last_value_ != NULL) PrintF(" v%d", a->last_value_->id()); in Print() 423 PrintF("] "); in Print() 425 PrintF("\n"); in Print()
|
/external/v8/src/heap/ |
D | gc-tracer.cc | 226 PrintF("%s %.1f (%.1f) -> %.1f (%.1f) MB, ", current_.TypeName(false), in Print() 233 if (external_time > 0) PrintF("%d / ", external_time); in Print() 236 PrintF("%.1f ms", duration); in Print() 239 PrintF(" (+ %.1f ms in %d steps since last GC)", in Print() 245 PrintF( in Print() 255 PrintF(" [%s]", current_.gc_reason); in Print() 259 PrintF(" [%s]", current_.collector_reason); in Print() 262 PrintF(".\n"); in Print() 272 PrintF("pause=%.1f ", duration); in PrintNVP() 273 PrintF("mutator=%.1f ", spent_in_mutator); in PrintNVP() [all …]
|
D | gc-idle-time-handler.cc | 22 PrintF("done"); in Print() 25 PrintF("no action"); in Print() 28 PrintF("incremental marking with step %" V8_PTR_PREFIX "d", parameter); in Print() 31 PrintF("scavenge"); in Print() 34 PrintF("full GC"); in Print() 37 PrintF("finalize sweeping"); in Print()
|
/external/v8/src/compiler/ |
D | graph-replay.cc | 22 PrintF(" Node* nil = graph.NewNode(common_builder.Dead());\n"); in PrintReplay() 29 PrintF(" Node* n%d = graph.NewNode(op", node->id()); in Pre() 31 PrintF(", nil"); in Pre() 33 PrintF("); USE(n%d);\n", node->id()); in Pre() 39 PrintF(" n%d->ReplaceInput(%d, n%d);\n", from->id(), index, to->id()); in PostEdge() 50 PrintF(" op = %s.%s(", builder, mnemonic); in PrintReplayOpCreator() 54 PrintF("0"); in PrintReplayOpCreator() 57 PrintF("unique_name"); in PrintReplayOpCreator() 60 PrintF("unique_constant"); in PrintReplayOpCreator() 63 PrintF("%d", op->InputCount()); in PrintReplayOpCreator() [all …]
|
D | scheduler.cc | 833 PrintF("-- RPO with %d loops ", num_loops); in PrintRPO() 835 PrintF("("); in PrintRPO() 837 if (i > 0) PrintF(" "); in PrintRPO() 838 PrintF("B%d", loops[i].header->id()); in PrintRPO() 840 PrintF(") "); in PrintRPO() 842 PrintF("-- \n"); in PrintRPO() 847 PrintF("%5d:", i); in PrintRPO() 851 PrintF(membership ? " |" : " "); in PrintRPO() 852 PrintF(range ? "x" : " "); in PrintRPO() 854 PrintF(" B%d: ", bid); in PrintRPO() [all …]
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 148 PrintF("Simulator hit %s (%u)\n", msg, code); in Stop() 282 PrintF("\n"); in PrintAllRegs() 284 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() 287 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() 290 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6)); in PrintAllRegs() 292 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7)); in PrintAllRegs() 293 PrintF("\n"); in PrintAllRegs() 296 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() 299 PrintF("\n"); in PrintAllRegs() 301 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() [all …]
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 165 PrintF("Simulator hit %s (%u)\n", msg, code); in Stop() 272 PrintF("\n"); in PrintAllRegs() 274 PrintF("%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n", in PrintAllRegs() 277 PrintF("%34s\t%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n", in PrintAllRegs() 280 PrintF("%34s\t%34s\t%3s: 0x%016lx %14ld\n", "", "", REG_INFO(6)); in PrintAllRegs() 282 PrintF("%34s\t%34s\t%3s: 0x%016lx %14ld\n", "", "", REG_INFO(7)); in PrintAllRegs() 283 PrintF("\n"); in PrintAllRegs() 286 PrintF("%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n", in PrintAllRegs() 289 PrintF("\n"); in PrintAllRegs() 291 PrintF("%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n", in PrintAllRegs() [all …]
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 127 PrintF("Simulator hit stop %u: %s\n", code, msg); in Stop() 129 PrintF("Simulator hit %s\n", msg); in Stop() 266 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug() 302 PrintF("%3s: 0x%08x %10d", Registers::Name(i), value, value); in Debug() 307 PrintF(" (%f)\n", dvalue); in Debug() 309 PrintF("\n"); in Debug() 315 PrintF("%3s: %f 0x%08x %08x\n", in Debug() 323 PrintF("%s: 0x%08x %d \n", arg1, value, value); in Debug() 326 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word); in Debug() 329 PrintF("%s: %f 0x%08x %08x\n", in Debug() [all …]
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 998 PrintF(stream_, in SetBreakpoint() 1008 PrintF(stream_, in SetBreakpoint() 1014 PrintF(stream_, "Breakpoints:\n"); in ListBreakpoints() 1016 PrintF(stream_, "%p : %s\n", in ListBreakpoints() 1034 PrintF(stream_, "Hit and disabled a breakpoint at %p.\n", in CheckBreakpoints() 3259 PrintF(stream_, "%s csp:%s 0x%016" PRIx64 "%s\n", in PrintValue() 3264 PrintF(stream_, "%s wcsp:%s 0x%08" PRIx32 "%s\n", in PrintValue() 3274 PrintF(stream_, "%s %s:%s 0x%016" PRIx64 "%s (%s%s:%s %g%s %s:%s %g%s)\n", in PrintValue() 3285 PrintF(stream_, "%s %s:%s %g%s\n", in PrintValue() 3291 PrintF(stream_, "%s %s:%s %g%s\n", in PrintValue() [all …]
|