/external/v8/src/regexp/ |
D | regexp-macro-assembler-tracer.cc | 19 PrintF("RegExpMacroAssembler%s();\n", impl_names[type]); in RegExpMacroAssemblerTracer() 28 PrintF(" AbortedCodeGeneration\n"); in AbortedCodeGeneration() 41 PrintF("label[%08x]: (Bind)\n", LabelToInt(label)); in Bind() 47 PrintF(" AdvanceCurrentPosition(by=%d);\n", by); in AdvanceCurrentPosition() 53 PrintF(" CheckGreedyLoop(label[%08x]);\n\n", LabelToInt(label)); in CheckGreedyLoop() 59 PrintF(" PopCurrentPosition();\n"); in PopCurrentPosition() 65 PrintF(" PushCurrentPosition();\n"); in PushCurrentPosition() 71 PrintF(" Backtrack();\n"); in Backtrack() 77 PrintF(" GoTo(label[%08x]);\n\n", LabelToInt(label)); in GoTo() 83 PrintF(" PushBacktrack(label[%08x]);\n", LabelToInt(label)); in PushBacktrack() [all …]
|
/external/v8/src/compiler/ |
D | graph-replay.cc | 22 PrintF(" Node* nil = graph()->NewNode(common()->Dead());\n"); in PrintReplay() 29 PrintF(" Node* n%d = graph()->NewNode(op", node->id()); in PrintReplay() 31 PrintF(", nil"); in PrintReplay() 33 PrintF("); USE(n%d);\n", node->id()); in PrintReplay() 39 PrintF(" n%d->ReplaceInput(%d, n%d);\n", node->id(), i, in PrintReplay() 52 PrintF(" op = %s()->%s(", builder, mnemonic); in PrintReplayOpCreator() 55 PrintF("%d", ParameterIndexOf(op)); in PrintReplayOpCreator() 58 PrintF("%g", OpParameter<double>(op)); in PrintReplayOpCreator() 61 PrintF("unique_constant"); in PrintReplayOpCreator() 64 PrintF("kMachAnyTagged, %d", op->ValueInputCount()); in PrintReplayOpCreator() [all …]
|
D | escape-analysis-reducer.cc | 62 PrintF("Replaced #%d (%s) with #%d (%s)\n", node->id(), in ReduceLoad() 79 PrintF("Removed #%d (%s) from effect chain\n", node->id(), in ReduceStore() 97 PrintF("Removed allocate #%d from effect chain\n", node->id()); in ReduceAllocate() 112 PrintF("Removed region #%d / #%d from effect chain,", effect->id(), in ReduceFinishRegion() 114 PrintF(" %d user(s) of #%d remain(s):", node->UseCount(), node->id()); in ReduceFinishRegion() 116 PrintF(" #%d", edge.from()->id()); in ReduceFinishRegion() 118 PrintF("\n"); in ReduceFinishRegion() 135 PrintF("Replaced ref eq #%d with true\n", node->id()); in ReduceReferenceEqual() 141 PrintF("Replaced ref eq #%d with false\n", node->id()); in ReduceReferenceEqual() 148 PrintF("Replaced ref eq #%d with false\n", node->id()); in ReduceReferenceEqual() [all …]
|
D | escape-analysis.cc | 79 PrintF("Setting field %zu of #%d to #%d (%s)\n", offset, id(), node->id(), in SetField() 292 PrintF(" Updating fields of @%d\n", alias); in UpdateFrom() 356 PrintF(" Merging virtual objects of @%d\n", alias); in MergeFrom() 365 PrintF(" Field %zu agree on rep #%d\n", i, field->id()); in MergeFrom() 379 PrintF(" Creating Phi #%d as merge of", phi->id()); in MergeFrom() 381 PrintF(" #%d (%s)", cache->fields()[i]->id(), in MergeFrom() 384 PrintF("\n"); in MergeFrom() 404 PrintF(" Widening Phi #%d of arity %d to %d", rep->id(), in MergeFrom() 574 PrintF("Setting #%d (%s) to escaped because of store to field of #%d\n", in ProcessStoreField() 589 PrintF("Setting #%d (%s) to escaped because of store to field of #%d\n", in ProcessStoreElement() [all …]
|
D | loop-analysis.cc | 82 PrintF("X"); in Print() 84 PrintF("/"); in Print() 86 PrintF("\\"); in Print() 88 PrintF(" "); in Print() 91 PrintF(" #%d:%s\n", ni.node->id(), ni.node->op()->mnemonic()); in Print() 96 PrintF("Loop %d headed at #%d\n", i, li.header->id()); in Print() 435 for (int i = 0; i < loop->depth_; i++) PrintF(" "); in PrintLoop() 436 PrintF("Loop depth = %d ", loop->depth_); in PrintLoop() 439 PrintF(" H#%d", loop_tree_->loop_nodes_[i++]->id()); in PrintLoop() 442 PrintF(" B#%d", loop_tree_->loop_nodes_[i++]->id()); in PrintLoop() [all …]
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 147 PrintF("Simulator hit %s (%u)\n", msg, code); in Stop() 281 PrintF("\n"); in PrintAllRegs() 283 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() 286 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() 289 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6)); in PrintAllRegs() 291 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7)); in PrintAllRegs() 292 PrintF("\n"); in PrintAllRegs() 295 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() 298 PrintF("\n"); in PrintAllRegs() 300 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() [all …]
|
/external/v8/src/heap/ |
D | gc-idle-time-handler.cc | 24 PrintF("done"); in Print() 27 PrintF("no action"); in Print() 30 PrintF("incremental step"); in Print() 32 PrintF("; finalized marking"); in Print() 36 PrintF("full GC"); in Print() 43 PrintF("contexts_disposed=%d ", contexts_disposed); in Print() 44 PrintF("contexts_disposal_rate=%f ", contexts_disposal_rate); in Print() 45 PrintF("size_of_objects=%" V8_PTR_PREFIX "d ", size_of_objects); in Print() 46 PrintF("incremental_marking_stopped=%d ", incremental_marking_stopped); in Print()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 126 PrintF("Simulator hit stop %u: %s\n", code, msg); in Stop() 128 PrintF("Simulator hit %s\n", msg); in Stop() 265 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug() 301 PrintF("%3s: 0x%08x %10d", Register::from_code(i).ToString(), 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/mips64/ |
D | simulator-mips64.cc | 164 PrintF("Simulator hit %s (%u)\n", msg, code); in Stop() 271 PrintF("\n"); in PrintAllRegs() 273 PrintF("%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n", in PrintAllRegs() 276 PrintF("%34s\t%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n", in PrintAllRegs() 279 PrintF("%34s\t%34s\t%3s: 0x%016lx %14ld\n", "", "", REG_INFO(6)); in PrintAllRegs() 281 PrintF("%34s\t%34s\t%3s: 0x%016lx %14ld\n", "", "", REG_INFO(7)); in PrintAllRegs() 282 PrintF("\n"); in PrintAllRegs() 285 PrintF("%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n", in PrintAllRegs() 288 PrintF("\n"); in PrintAllRegs() 290 PrintF("%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\t%3s: 0x%016lx %14ld\n", in PrintAllRegs() [all …]
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 123 PrintF("Simulator hit stop %u: %s\n", code, msg); in Stop() 125 PrintF("Simulator hit %s\n", msg); in Stop() 250 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start()); in Debug() 291 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), in Debug() 316 PrintF(" %3s: %08" V8PRIxPTR, in Debug() 321 PrintF(" (%f)\n", dvalue); in Debug() 323 PrintF("\n"); in Debug() 326 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR in Debug() 335 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR, in Debug() 340 PrintF(" (%f)\n", dvalue); in Debug() [all …]
|
/external/v8/src/ |
D | runtime-profiler.cc | 92 PrintF("[marking "); in Optimize() 94 PrintF(" for recompilation, reason: %s", reason); in Optimize() 99 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, in Optimize() 101 PrintF(", generic ICs: %d/%d (%d%%)", generic, total, generic_percentage); in Optimize() 103 PrintF("]\n"); in Optimize() 129 PrintF("[OSR - patching back edges in "); in AttemptOnStackReplacement() 131 PrintF("]\n"); in AttemptOnStackReplacement() 238 PrintF("[not yet optimizing "); in OptimizeNow() 240 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 | bit-vector.cc | 15 PrintF("{"); in Print() 18 if (!first) PrintF(","); in Print() 20 PrintF("%d", i); in Print() 23 PrintF("}\n"); in Print()
|
D | contexts.cc | 230 PrintF("Context::Lookup("); in Lookup() 232 PrintF(")\n"); in Lookup() 237 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context)); in Lookup() 238 if (context->IsScriptContext()) PrintF(" (script context)"); in Lookup() 239 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup() 240 PrintF("\n"); in Lookup() 252 PrintF(" - trying other script contexts\n"); in Lookup() 262 PrintF("=> found property in script context %d: %p\n", in Lookup() 306 PrintF("=> found property in context object %p\n", in Lookup() 331 PrintF("=> found local in context slot %d (mode = %d)\n", in Lookup() [all …]
|
D | optimizing-compile-dispatcher.cc | 181 PrintF(" ** Flushed concurrent recompilation queues.\n"); in Flush() 208 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() 348 PrintF("[COSR - Discarded "); in AddToOsrBuffer() 350 PrintF(", AST id %d]\n", info->osr_ast_id().ToInt()); in AddToOsrBuffer()
|
D | deoptimizer.cc | 312 PrintF(scope.file(), "[deoptimizer unlinked: "); in DeoptimizeMarkedCodeForContext() 314 PrintF(scope.file(), in DeoptimizeMarkedCodeForContext() 340 PrintF(scope.file(), "[deoptimizer found activation of function: "); in DeoptimizeMarkedCodeForContext() 342 PrintF(scope.file(), in DeoptimizeMarkedCodeForContext() 431 PrintF(scope.file(), "[deoptimize all code in all contexts]\n"); in DeoptimizeAll() 448 PrintF(scope.file(), "[deoptimize marked code in all contexts]\n"); in DeoptimizeMarkedCode() 599 PrintF(trace_scope_->file(), in PrintFunctionName() 718 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ", in DoComputeOutputFrames() 721 PrintF(trace_scope_->file(), in DoComputeOutputFrames() 795 PrintF(trace_scope_->file(), "[deoptimizing (%s): end ", in DoComputeOutputFrames() [all …]
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 26 PrintF("[unoptimized: "); in RUNTIME_FUNCTION() 28 PrintF("]\n"); in RUNTIME_FUNCTION() 171 PrintF("[removing optimized code for: "); in RUNTIME_FUNCTION() 173 PrintF("]\n"); in RUNTIME_FUNCTION() 261 PrintF("[OSR - Still waiting for queued: "); in RUNTIME_FUNCTION() 263 PrintF(" at AST id %d]\n", ast_id.ToInt()); in RUNTIME_FUNCTION() 273 PrintF("[OSR - Found ready: "); in RUNTIME_FUNCTION() 275 PrintF(" at AST id %d]\n", ast_id.ToInt()); in RUNTIME_FUNCTION() 280 PrintF("[OSR - Compiling: "); in RUNTIME_FUNCTION() 282 PrintF(" at AST id %d]\n", ast_id.ToInt()); in RUNTIME_FUNCTION() [all …]
|
/external/v8/src/ast/ |
D | scopes.cc | 913 PrintF("%*s%s", n, "", str); in Indent() 918 PrintF("%.*s", name->length(), name->raw_data()); in PrintName() 927 PrintF("parameter[%d]", var->index()); in PrintLocation() 930 PrintF("local[%d]", var->index()); in PrintLocation() 933 PrintF("context[%d]", var->index()); in PrintLocation() 936 PrintF("global[%d]", var->index()); in PrintLocation() 939 PrintF("lookup"); in PrintLocation() 948 PrintF(" "); in PrintVar() 950 PrintF(".%p", reinterpret_cast<void*>(var)); in PrintVar() 953 PrintF("; // "); in PrintVar() [all …]
|
/external/v8/src/crankshaft/ |
D | hydrogen-removable-simulates.cc | 20 PrintF("[%s with state %p in B%d: #%d %s]\n", in Process() 99 PrintF("[preparing state %p for B%d]\n", reinterpret_cast<void*>(state), in Finish() 141 PrintF("[copy state %p from B%d to new state %p for B%d]\n", in Copy() 157 PrintF("[merge state %p from B%d into %p for B%d]\n", in Merge()
|
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() 177 PrintF("Analyzing data-flow in B%d\n", block->block_id()); in AnalyzeDataFlow() 198 PrintF("Replacing load #%d with #%d (%s)\n", load->id(), in AnalyzeDataFlow() 218 PrintF("Replacing store #%d%s\n", instr->id(), in AnalyzeDataFlow()
|
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() 740 PrintF(" unreachable\n"); in Print() 747 PrintF(" checkmaps-table @%d: %s #%d ", i, in Print() 750 PrintF("check #%d ", entry->check_->id()); in Print() 753 PrintF("%d %s maps { ", list->size(), in Print() 756 if (j > 0) PrintF(", "); in Print() 757 PrintF("%" V8PRIxPTR, list->at(j).Hashcode()); in Print() [all …]
|
D | hydrogen-representation-changes.cc | 145 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n", in Run() 155 PrintF("#%d Phi is not truncating Smi because of #%d %s\n", in Run() 169 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n", in Run() 186 PrintF("#%d Phi is not truncating Smi because of #%d %s\n", in Run()
|
/external/v8/src/snapshot/ |
D | serialize.cc | 1321 PrintF("%s:\n", name); in OutputStatistics() 1322 PrintF(" Spaces (bytes):\n"); in OutputStatistics() 1324 PrintF("%16s", AllocationSpaceName(static_cast<AllocationSpace>(space))); in OutputStatistics() 1326 PrintF("\n"); in OutputStatistics() 1330 PrintF("%16" V8_PTR_PREFIX "d", s); in OutputStatistics() 1332 PrintF("%16d\n", large_objects_total_size_); in OutputStatistics() 1334 PrintF(" Instance types (count and bytes):\n"); in OutputStatistics() 1337 PrintF("%10d %10" V8_PTR_PREFIX "d %s\n", instance_type_count_[Name], \ in OutputStatistics() 1342 PrintF("\n"); in OutputStatistics() 1604 PrintF(" Encoding hot object %d:", index); in SerializeKnownObject() [all …]
|
D | snapshot-common.cc | 62 PrintF("[Deserializing isolate (%d bytes) took %0.3f ms]\n", bytes, ms); in Initialize() 87 PrintF("[Deserializing context (%d bytes) took %0.3f ms]\n", bytes, ms); in NewContextFromSnapshot() 113 PrintF( in CalculateFirstPageSizes() 192 PrintF( in CreateSnapshotBlob()
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 1021 PrintF(stream_, in SetBreakpoint() 1031 PrintF(stream_, in SetBreakpoint() 1037 PrintF(stream_, "Breakpoints:\n"); in ListBreakpoints() 1039 PrintF(stream_, "%p : %s\n", in ListBreakpoints() 1057 PrintF(stream_, "Hit and disabled a breakpoint at %p.\n", in CheckBreakpoints() 3275 PrintF(stream_, "%s csp:%s 0x%016" PRIx64 "%s\n", in PrintValue() 3280 PrintF(stream_, "%s wcsp:%s 0x%08" PRIx32 "%s\n", in PrintValue() 3290 PrintF(stream_, "%s %s:%s 0x%016" PRIx64 "%s (%s%s:%s %g%s %s:%s %g%s)\n", in PrintValue() 3301 PrintF(stream_, "%s %s:%s %g%s\n", in PrintValue() 3307 PrintF(stream_, "%s %s:%s %g%s\n", in PrintValue() [all …]
|