/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 | loop-analysis.cc | 83 PrintF("X"); in Print() 85 PrintF(">"); in Print() 87 PrintF("<"); in Print() 89 PrintF(" "); in Print() 92 PrintF(" #%d:%s\n", ni.node->id(), ni.node->op()->mnemonic()); in Print() 97 PrintF("Loop %d headed at #%d\n", i, li.header->id()); in Print() 489 for (int i = 0; i < loop->depth_; i++) PrintF(" "); in PrintLoop() 490 PrintF("Loop depth = %d ", loop->depth_); in PrintLoop() 493 PrintF(" H#%d", loop_tree_->loop_nodes_[i++]->id()); in PrintLoop() 496 PrintF(" B#%d", loop_tree_->loop_nodes_[i++]->id()); in PrintLoop() [all …]
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 93 PrintF("Simulator hit (%u)\n", code); in Stop() 226 PrintF("\n"); in PrintAllRegs() 228 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() 231 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() 234 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6)); in PrintAllRegs() 236 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7)); in PrintAllRegs() 237 PrintF("\n"); in PrintAllRegs() 240 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", in PrintAllRegs() 243 PrintF("\n"); in PrintAllRegs() 245 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 | 23 PrintF("done"); in Print() 26 PrintF("no action"); in Print() 29 PrintF("incremental step"); in Print() 31 PrintF("; finalized marking"); in Print() 35 PrintF("full GC"); in Print() 42 PrintF("contexts_disposed=%d ", contexts_disposed); in Print() 43 PrintF("contexts_disposal_rate=%f ", contexts_disposal_rate); in Print() 44 PrintF("size_of_objects=%" PRIuS " ", size_of_objects); in Print() 45 PrintF("incremental_marking_stopped=%d ", incremental_marking_stopped); in Print()
|
D | object-stats.cc | 37 PrintF("[ "); in PrintJSONArray() 39 PrintF("%zu", array[i]); in PrintJSONArray() 40 if (i != (len - 1)) PrintF(", "); in PrintJSONArray() 42 PrintF(" ]"); in PrintJSONArray() 56 PrintF("\"isolate\": \"%p\", \"id\": %d, \"key\": \"%s\", ", in PrintKeyAndId() 62 PrintF("{ "); in PrintInstanceTypeJSON() 64 PrintF("\"type\": \"instance_type_data\", "); in PrintInstanceTypeJSON() 65 PrintF("\"instance_type\": %d, ", index); in PrintInstanceTypeJSON() 66 PrintF("\"instance_type_name\": \"%s\", ", name); in PrintInstanceTypeJSON() 67 PrintF("\"overall\": %zu, ", object_sizes_[index]); in PrintInstanceTypeJSON() [all …]
|
D | code-stats.cc | 73 PrintF("\n Code kind histograms: \n"); in ReportCodeStatistics() 76 PrintF(" %-20s: %10d bytes\n", in ReportCodeStatistics() 81 PrintF("\n"); in ReportCodeStatistics() 85 PrintF("Code size including metadata : %10d bytes\n", in ReportCodeStatistics() 89 PrintF("Bytecode size including metadata: %10d bytes\n", in ReportCodeStatistics() 96 PrintF( in ReportCodeStatistics() 102 PrintF(" %-30s: %10d/%6d (%d)\n", cs.comment, cs.size, cs.count, in ReportCodeStatistics() 106 PrintF("\n"); in ReportCodeStatistics()
|
D | marking.h | 205 if ((mask & himask) != 0) PrintF("["); 206 PrintF((mask & word) ? "1" : "0"); 207 if ((mask & himask) != 0) PrintF("]"); 230 PrintF("%d: ", pos); in Print() 232 PrintF("\n"); in Print() 237 PrintF("%d: %dx%d\n", seq_start, seq_type == 0 ? 0 : 1, in Flush() 257 PrintF("\n"); in Print()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 104 PrintF("Simulator hit (%u)\n", code); in Stop() 209 PrintF("\n"); in PrintAllRegs() 211 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 "\t%3s: 0x%016" PRIx64 " %14" PRId64 in PrintAllRegs() 215 PrintF("%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64 in PrintAllRegs() 219 PrintF("%34s\t%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \n", "", "", in PrintAllRegs() 222 PrintF("%34s\t%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \n", "", "", in PrintAllRegs() 224 PrintF("\n"); in PrintAllRegs() 227 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64 in PrintAllRegs() 231 PrintF("\n"); in PrintAllRegs() 233 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64 in PrintAllRegs() [all …]
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 78 PrintF("Simulator hit stop %u: %s\n", code, msg); in Stop() 80 PrintF("Simulator hit %s\n", msg); in Stop() 203 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start()); in Debug() 244 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), in Debug() 269 PrintF(" %3s: %08" V8PRIxPTR, in Debug() 274 PrintF(" (%f)\n", dvalue); in Debug() 276 PrintF("\n"); in Debug() 279 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR in Debug() 288 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR, in Debug() 293 PrintF(" (%f)\n", dvalue); in Debug() [all …]
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 69 PrintF("Simulator hit stop %u\n", code); in Stop() 71 PrintF("Simulator hit\n"); in Stop() 205 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug() 241 PrintF( in Debug() 250 PrintF(" (%f)\n", dvalue); in Debug() 252 PrintF("\n"); in Debug() 258 PrintF("%3s: %f 0x%08x %08x\n", in Debug() 266 PrintF("%s: 0x%08x %d \n", arg1, value, value); in Debug() 269 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word); in Debug() 272 PrintF("%s: %f 0x%08x %08x\n", in Debug() [all …]
|
/external/v8/src/ |
D | allocation-site-scopes.cc | 22 PrintF("*** Creating top level AllocationSite %p\n", in EnterNewScope() 29 PrintF("Creating nested site (top, current, new) (%p, %p, %p)\n", in EnterNewScope() 52 PrintF("*** Setting AllocationSite %p transition_info %p\n", in ExitScope() 56 PrintF("Setting AllocationSite (%p, %p) transition_info %p\n", in ExitScope() 72 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 | runtime-profiler.cc | 139 PrintF("[marking "); in TraceRecompile() 141 PrintF(" for %s recompilation, reason: %s", type, reason); in TraceRecompile() 146 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, in TraceRecompile() 148 PrintF(", generic ICs: %d/%d (%d%%)", generic, total, generic_percentage); in TraceRecompile() 150 PrintF("]\n"); in TraceRecompile() 191 PrintF("[OSR - arming back edges in "); in AttemptOnStackReplacement() 193 PrintF("]\n"); in AttemptOnStackReplacement() 285 PrintF("[not yet optimizing "); in MaybeOptimizeFullCodegen() 287 PrintF(", not enough type info: %d/%d (%d%%)]\n", typeinfo, total, in MaybeOptimizeFullCodegen() 420 PrintF("[not yet optimizing "); in ShouldOptimizeIgnition() [all …]
|
D | contexts.cc | 212 PrintF("Context::Lookup("); in Lookup() 214 PrintF(")\n"); in Lookup() 219 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context)); in Lookup() 220 if (context->IsScriptContext()) PrintF(" (script context)"); in Lookup() 221 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup() 222 PrintF("\n"); in Lookup() 234 PrintF(" - trying other script contexts\n"); in Lookup() 244 PrintF("=> found property in script context %d: %p\n", in Lookup() 295 PrintF("=> found property in context object %p\n", in Lookup() 318 PrintF("=> found local in context slot %d (mode = %d)\n", in Lookup() [all …]
|
D | deoptimizer.cc | 224 PrintF(scope.file(), "[deoptimizer unlinked: "); in DeoptimizeMarkedCodeForContext() 226 PrintF(scope.file(), in DeoptimizeMarkedCodeForContext() 252 PrintF(scope.file(), "[deoptimizer found activation of function: "); in DeoptimizeMarkedCodeForContext() 254 PrintF(scope.file(), in DeoptimizeMarkedCodeForContext() 349 PrintF(scope.file(), "[deoptimize all code in all contexts]\n"); in DeoptimizeAll() 370 PrintF(scope.file(), "[deoptimize marked code in all contexts]\n"); in DeoptimizeMarkedCode() 519 PrintF(trace_scope_->file(), in PrintFunctionName() 695 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ", in DoComputeOutputFrames() 698 PrintF(trace_scope_->file(), in DoComputeOutputFrames() 792 PrintF(trace_scope_->file(), "[deoptimizing (%s): end ", in DoComputeOutputFrames() [all …]
|
D | global-handles.cc | 829 PrintF("{ constructor_name: "); in PrintObject() 831 PrintF(", hidden_fields: [ "); in PrintObject() 833 PrintF(" ] }\n"); in PrintObject() 835 PrintF("object of unexpected type: %p\n", static_cast<void*>(object)); in PrintObject() 846 PrintF("%s", name->ToCString().get()); in PrintConstructor() 849 PrintF("<oddball>"); in PrintConstructor() 851 PrintF("<null>"); in PrintConstructor() 861 PrintF(", "); in PrintInternalFields() 863 PrintF("%p", static_cast<void*>(js_object->GetInternalField(i))); in PrintInternalFields() 1195 PrintF("Global Handle Statistics:\n"); in PrintStats() [all …]
|
D | compiler.cc | 165 PrintF("[optimizing "); in RecordOptimizedCompilationStats() 167 PrintF(" - took %0.3f, %0.3f, %0.3f ms]\n", ms_creategraph, ms_optimize, in RecordOptimizedCompilationStats() 178 PrintF("Compiled: %d functions with %d byte source size in %fms.\n", in RecordOptimizedCompilationStats() 549 PrintF("[aborted optimizing "); in GetOptimizedCodeNow() 551 PrintF(" because: %s]\n", GetBailoutReason(info->bailout_reason())); in GetOptimizedCodeNow() 570 PrintF(" ** Compilation queue full, will retry optimizing "); in GetOptimizedCodeLater() 572 PrintF(" later.\n"); in GetOptimizedCodeLater() 579 PrintF(" ** High memory pressure, will retry optimizing "); in GetOptimizedCodeLater() 581 PrintF(" later.\n"); in GetOptimizedCodeLater() 604 PrintF(" ** Queued "); in GetOptimizedCodeLater() [all …]
|
/external/v8/src/snapshot/ |
D | serializer.cc | 65 PrintF("%s:\n", name); in OutputStatistics() 66 PrintF(" Spaces (bytes):\n"); in OutputStatistics() 68 PrintF("%16s", AllocationSpaceName(static_cast<AllocationSpace>(space))); in OutputStatistics() 70 PrintF("\n"); in OutputStatistics() 74 PrintF("%16" PRIuS, s); in OutputStatistics() 76 PrintF("%16d\n", large_objects_total_size_); in OutputStatistics() 78 PrintF(" Instance types (count and bytes):\n"); in OutputStatistics() 81 PrintF("%10d %10" PRIuS " %s\n", instance_type_count_[Name], \ in OutputStatistics() 86 PrintF("\n"); in OutputStatistics() 156 PrintF(" Encoding hot object %d:", index); in SerializeHotObject() [all …]
|
D | snapshot-common.cc | 47 PrintF("[Deserializing isolate (%d bytes) took %0.3f ms]\n", bytes, ms); in Initialize() 73 PrintF("[Deserializing context #%zu (%d bytes) took %0.3f ms]\n", in NewContextFromSnapshot() 83 PrintF("Deserialization will reserve:\n"); in ProfileDeserialization() 87 PrintF("%10d bytes per isolate\n", startup_total); in ProfileDeserialization() 93 PrintF("%10d bytes per context #%d\n", context_total, i); in ProfileDeserialization() 118 PrintF("Snapshot blob consists of:\n%10d bytes for startup\n", in CreateSnapshotBlob() 129 PrintF("%10d bytes for context #%d\n", payload_length, i); in CreateSnapshotBlob()
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 30 PrintF("[unoptimized: "); in RUNTIME_FUNCTION() 32 PrintF("]\n"); in RUNTIME_FUNCTION() 215 PrintF("[removing optimized code for: "); in RUNTIME_FUNCTION() 217 PrintF("]\n"); in RUNTIME_FUNCTION() 340 PrintF("[OSR - Compiling: "); in RUNTIME_FUNCTION() 342 PrintF(" at AST id %d]\n", ast_id.ToInt()); in RUNTIME_FUNCTION() 357 PrintF("[OSR - Entry at AST id %d, offset %d in optimized code]\n", in RUNTIME_FUNCTION() 370 PrintF("[OSR - Re-marking "); in RUNTIME_FUNCTION() 372 PrintF(" for non-concurrent optimization]\n"); in RUNTIME_FUNCTION() 387 PrintF("[OSR - Failed: "); in RUNTIME_FUNCTION() [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-representation-changes.cc | 151 PrintF("#%d Phi is not truncating Number because of #%d %s\n", in Run() 160 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n", in Run() 168 PrintF("#%d Phi is not truncating Smi because of #%d %s\n", in Run() 180 PrintF("#%d Phi is not truncating Number because of #%d %s\n", in Run() 199 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n", in Run() 216 PrintF("#%d Phi is not truncating Smi because of #%d %s\n", in Run()
|
/external/v8/src/ast/ |
D | scopes.cc | 1364 PrintF("%*s%s", n, "", str); in Indent() 1369 PrintF("%.*s", name->length(), name->raw_data()); in PrintName() 1378 PrintF("parameter[%d]", var->index()); in PrintLocation() 1381 PrintF("local[%d]", var->index()); in PrintLocation() 1384 PrintF("context[%d]", var->index()); in PrintLocation() 1387 PrintF("lookup"); in PrintLocation() 1390 PrintF("module"); in PrintLocation() 1399 PrintF(" "); in PrintVar() 1401 PrintF(".%p", reinterpret_cast<void*>(var)); in PrintVar() 1404 PrintF("; // "); in PrintVar() [all …]
|