Home
last modified time | relevance | path

Searched refs:PrintF (Results 1 – 25 of 122) sorted by relevance

12345

/external/v8/src/regexp/
Dregexp-macro-assembler-tracer.cc20 PrintF("RegExpMacroAssembler%s();\n", impl_names[type]); in RegExpMacroAssemblerTracer()
29 PrintF(" AbortedCodeGeneration\n"); in AbortedCodeGeneration()
42 PrintF("label[%08x]: (Bind)\n", LabelToInt(label)); in Bind()
48 PrintF(" AdvanceCurrentPosition(by=%d);\n", by); in AdvanceCurrentPosition()
54 PrintF(" CheckGreedyLoop(label[%08x]);\n\n", LabelToInt(label)); in CheckGreedyLoop()
60 PrintF(" PopCurrentPosition();\n"); in PopCurrentPosition()
66 PrintF(" PushCurrentPosition();\n"); in PushCurrentPosition()
72 PrintF(" Backtrack();\n"); in Backtrack()
78 PrintF(" GoTo(label[%08x]);\n\n", LabelToInt(label)); in GoTo()
84 PrintF(" PushBacktrack(label[%08x]);\n", LabelToInt(label)); in PushBacktrack()
[all …]
/external/v8/src/compiler/
Dgraph-replay.cc22 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 …]
Dloop-analysis.cc83 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/heap/
Dgc-idle-time-handler.cc23 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()
Dobject-stats.cc38 PrintF("[ "); in PrintJSONArray()
40 PrintF("%zu", array[i]); in PrintJSONArray()
41 if (i != (len - 1)) PrintF(", "); in PrintJSONArray()
43 PrintF(" ]"); in PrintJSONArray()
57 PrintF("\"isolate\": \"%p\", \"id\": %d, \"key\": \"%s\", ", in PrintKeyAndId()
63 PrintF("{ "); in PrintInstanceTypeJSON()
65 PrintF("\"type\": \"instance_type_data\", "); in PrintInstanceTypeJSON()
66 PrintF("\"instance_type\": %d, ", index); in PrintInstanceTypeJSON()
67 PrintF("\"instance_type_name\": \"%s\", ", name); in PrintInstanceTypeJSON()
68 PrintF("\"overall\": %zu, ", object_sizes_[index]); in PrintInstanceTypeJSON()
[all …]
Dcode-stats.cc73 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()
Dmarking.h205 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/mips/
Dsimulator-mips.cc93 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/mips64/
Dsimulator-mips64.cc104 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/
Dsimulator-ppc.cc78 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/compiler-dispatcher/
Dcompiler-dispatcher.cc232 PrintF("CompilerDispatcher: dispatcher is disabled\n"); in CompilerDispatcher()
273 PrintF("CompilerDispatcher: enqueuing "); in Enqueue()
275 PrintF(" for parse and compile\n"); in Enqueue()
294 PrintF("CompilerDispatcher: stepping "); in EnqueueAndStep()
296 PrintF("\n"); in EnqueueAndStep()
316 PrintF("CompilerDispatcher: enqueuing "); in Enqueue()
318 PrintF(" for compile\n"); in Enqueue()
345 PrintF("CompilerDispatcher: stepping "); in EnqueueAndStep()
347 PrintF("\n"); in EnqueueAndStep()
391 PrintF("CompilerDispatcher: finishing "); in FinishNow()
[all …]
Dcompiler-dispatcher-job.cc82 PrintF("CompilerDispatcherJob[%p] created for ", static_cast<void*>(this)); in CompilerDispatcherJob()
84 PrintF(" in initial state.\n"); in CompilerDispatcherJob()
113 PrintF("CompilerDispatcherJob[%p] created for ", static_cast<void*>(this)); in CompilerDispatcherJob()
115 PrintF(" in Analyzed state.\n"); in CompilerDispatcherJob()
137 PrintF("CompilerDispatcherJob[%p]: Preparing to parse\n", in PrepareToParseOnMainThread()
246 PrintF("CompilerDispatcherJob[%p]: Parsing\n", static_cast<void*>(this)); in Parse()
272 PrintF("CompilerDispatcherJob[%p]: Finalizing parsing\n", in FinalizeParsingOnMainThread()
327 PrintF("CompilerDispatcherJob[%p]: Analyzing\n", static_cast<void*>(this)); in AnalyzeOnMainThread()
370 PrintF("CompilerDispatcherJob[%p]: Compiling\n", static_cast<void*>(this)); in Compile()
392 PrintF("CompilerDispatcherJob[%p]: Finalizing compiling\n", in FinalizeCompilingOnMainThread()
[all …]
/external/v8/src/
Dallocation-site-scopes.cc22 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()
Dbit-vector.cc16 PrintF("{"); in Print()
19 if (!first) PrintF(","); in Print()
21 PrintF("%d", i); in Print()
24 PrintF("}\n"); in Print()
Druntime-profiler.cc139 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()
419 PrintF("[not yet optimizing "); in ShouldOptimizeIgnition()
[all …]
Dcontexts.cc214 PrintF("Context::Lookup("); in Lookup()
216 PrintF(")\n"); in Lookup()
221 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context)); in Lookup()
222 if (context->IsScriptContext()) PrintF(" (script context)"); in Lookup()
223 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup()
224 PrintF("\n"); in Lookup()
238 PrintF(" - trying other script contexts\n"); in Lookup()
248 PrintF("=> found property in script context %d: %p\n", in Lookup()
299 PrintF("=> found property in context object %p\n", in Lookup()
320 PrintF("=> found local in context slot %d (mode = %d)\n", in Lookup()
[all …]
Ddeoptimizer.cc224 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()
348 PrintF(scope.file(), "[deoptimize all code in all contexts]\n"); in DeoptimizeAll()
369 PrintF(scope.file(), "[deoptimize marked code in all contexts]\n"); in DeoptimizeMarkedCode()
517 PrintF(trace_scope_->file(), in PrintFunctionName()
688 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ", in DoComputeOutputFrames()
691 PrintF(trace_scope_->file(), in DoComputeOutputFrames()
785 PrintF(trace_scope_->file(), "[deoptimizing (%s): end ", in DoComputeOutputFrames()
[all …]
Dglobal-handles.cc848 PrintF("{ constructor_name: "); in PrintObject()
850 PrintF(", hidden_fields: [ "); in PrintObject()
852 PrintF(" ] }\n"); in PrintObject()
854 PrintF("object of unexpected type: %p\n", static_cast<void*>(object)); in PrintObject()
865 PrintF("%s", name->ToCString().get()); in PrintConstructor()
868 PrintF("<oddball>"); in PrintConstructor()
870 PrintF("<null>"); in PrintConstructor()
880 PrintF(", "); in PrintInternalFields()
882 PrintF("%p", static_cast<void*>(js_object->GetInternalField(i))); in PrintInternalFields()
1214 PrintF("Global Handle Statistics:\n"); in PrintStats()
[all …]
/external/v8/src/arm/
Dsimulator-arm.cc73 PrintF("Simulator hit stop %u\n", code); in Stop()
75 PrintF("Simulator hit\n"); in Stop()
209 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug()
245 PrintF( in Debug()
254 PrintF(" (%f)\n", dvalue); in Debug()
256 PrintF("\n"); in Debug()
262 PrintF("%3s: %f 0x%08x %08x\n", in Debug()
270 PrintF("%s: 0x%08x %d \n", arg1, value, value); in Debug()
273 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word); in Debug()
276 PrintF("%s: %f 0x%08x %08x\n", in Debug()
[all …]
/external/v8/src/snapshot/
Dserializer.cc67 PrintF("%s:\n", name); in OutputStatistics()
68 PrintF(" Spaces (bytes):\n"); in OutputStatistics()
70 PrintF("%16s", AllocationSpaceName(static_cast<AllocationSpace>(space))); in OutputStatistics()
72 PrintF("\n"); in OutputStatistics()
76 PrintF("%16" PRIuS, s); in OutputStatistics()
78 PrintF("%16d\n", large_objects_total_size_); in OutputStatistics()
80 PrintF(" Instance types (count and bytes):\n"); in OutputStatistics()
83 PrintF("%10d %10" PRIuS " %s\n", instance_type_count_[Name], \ in OutputStatistics()
88 PrintF("\n"); in OutputStatistics()
158 PrintF(" Encoding hot object %d:", index); in SerializeHotObject()
[all …]
Dsnapshot-common.cc48 PrintF("[Deserializing isolate (%d bytes) took %0.3f ms]\n", bytes, ms); in Initialize()
74 PrintF("[Deserializing context #%zu (%d bytes) took %0.3f ms]\n", in NewContextFromSnapshot()
84 PrintF("Deserialization will reserve:\n"); in ProfileDeserialization()
88 PrintF("%10d bytes per isolate\n", startup_total); in ProfileDeserialization()
94 PrintF("%10d bytes per context #%d\n", context_total, i); in ProfileDeserialization()
119 PrintF("Snapshot blob consists of:\n%10d bytes for startup\n", in CreateSnapshotBlob()
130 PrintF("%10d bytes for context #%d\n", payload_length, i); in CreateSnapshotBlob()
/external/v8/src/runtime/
Druntime-compiler.cc29 PrintF("[unoptimized: "); in RUNTIME_FUNCTION()
31 PrintF("]\n"); in RUNTIME_FUNCTION()
218 PrintF("[removing optimized code for: "); in RUNTIME_FUNCTION()
220 PrintF("]\n"); in RUNTIME_FUNCTION()
331 PrintF("[OSR - Compiling: "); in RUNTIME_FUNCTION()
333 PrintF(" at AST id %d]\n", ast_id.ToInt()); in RUNTIME_FUNCTION()
348 PrintF("[OSR - Entry at AST id %d, offset %d in optimized code]\n", in RUNTIME_FUNCTION()
361 PrintF("[OSR - Re-marking "); in RUNTIME_FUNCTION()
363 PrintF(" for non-concurrent optimization]\n"); in RUNTIME_FUNCTION()
378 PrintF("[OSR - Failed: "); in RUNTIME_FUNCTION()
[all …]
/external/v8/src/crankshaft/
Dhydrogen-removable-simulates.cc21 PrintF("[%s with state %p in B%d: #%d %s]\n", in Process()
100 PrintF("[preparing state %p for B%d]\n", reinterpret_cast<void*>(state), in Finish()
142 PrintF("[copy state %p from B%d to new state %p for B%d]\n", in Copy()
158 PrintF("[merge state %p from B%d into %p for B%d]\n", in Merge()
Dhydrogen-escape-analysis.cc17 PrintF("#%d (%s) escapes through #%d (%s) @%d\n", value->id(), in HasNoEscapingUses()
24 PrintF("#%d (%s) out of bounds at #%d (%s) @%d\n", value->id(), in HasNoEscapingUses()
32 PrintF("#%d (%s) escapes redefinition #%d (%s) @%d\n", value->id(), in HasNoEscapingUses()
54 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()
Dhydrogen-representation-changes.cc152 PrintF("#%d Phi is not truncating Number because of #%d %s\n", in Run()
161 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n", in Run()
169 PrintF("#%d Phi is not truncating Smi because of #%d %s\n", in Run()
181 PrintF("#%d Phi is not truncating Number because of #%d %s\n", in Run()
200 PrintF("#%d Phi is not truncating Int32 because of #%d %s\n", in Run()
217 PrintF("#%d Phi is not truncating Smi because of #%d %s\n", in Run()

12345