/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler-tracer.cc | 16 PrintF("RegExpMacroAssembler%s();\n", in RegExpMacroAssemblerTracer() 23 PrintF(" AbortedCodeGeneration\n"); in AbortedCodeGeneration() 36 PrintF("label[%08x]: (Bind)\n", LabelToInt(label)); in Bind() 42 PrintF(" AdvanceCurrentPosition(by=%d);\n", by); in AdvanceCurrentPosition() 48 PrintF(" CheckGreedyLoop(label[%08x]);\n\n", LabelToInt(label)); in CheckGreedyLoop() 54 PrintF(" PopCurrentPosition();\n"); in PopCurrentPosition() 60 PrintF(" PushCurrentPosition();\n"); in PushCurrentPosition() 66 PrintF(" Backtrack();\n"); in Backtrack() 72 PrintF(" GoTo(label[%08x]);\n\n", LabelToInt(label)); in GoTo() 78 PrintF(" PushBacktrac in PushBacktrack() [all...] |
H A D | regexp-bytecodes.cc | 16 PrintF("%s", RegExpBytecodeName(bytecode)); in RegExpBytecodeDisassembleSingle() 20 PrintF(", %02x", pc[i]); in RegExpBytecodeDisassembleSingle() 22 PrintF(" "); in RegExpBytecodeDisassembleSingle() 27 PrintF("%c", std::isprint(b) ? b : '.'); in RegExpBytecodeDisassembleSingle() 29 PrintF("\n"); in RegExpBytecodeDisassembleSingle() 34 PrintF("[generated bytecode for regexp pattern: '%s']\n", pattern); in RegExpBytecodeDisassemble() 40 PrintF("%p %4" V8PRIxPTRDIFF " ", pc, offset); in RegExpBytecodeDisassemble()
|
/third_party/node/deps/v8/src/zone/ |
H A D | type-stats.cc | 55 PrintF("===== TypeStats =====\n"); in Dump() 56 PrintF("-------------+--------------+------------+--------+--------------\n"); in Dump() 57 PrintF(" alloc | dealloc | count | sizeof | name\n"); in Dump() 58 PrintF("-------------+--------------+------------+--------+--------------\n"); in Dump() 67 PrintF("%12zu | %12zu | %10zu | %6zu | %s\n", entry.allocated_bytes, in Dump() 71 PrintF("%12" PRIu64 " | %12" PRIu64 " | %10" PRIu64 in Dump()
|
/third_party/node/deps/v8/src/heap/ |
H A D | marking.cc | 72 if ((mask & himask) != 0) PrintF("["); in PrintWord() 73 PrintF((mask & word) ? "1" : "0"); in PrintWord() 74 if ((mask & himask) != 0) PrintF("]"); in PrintWord() 97 PrintF("%zu: ", pos); in Print() 99 PrintF("\n"); in Print() 104 PrintF("%zu: %dx%zu\n", seq_start, seq_type == 0 ? 0 : 1, in Flush() 127 PrintF("\n"); in Print()
|
H A D | object-stats.cc | 186 PrintF("[ "); in PrintJSONArray() 188 PrintF("%zu", array[i]); in PrintJSONArray() 189 if (i != (len - 1)) PrintF(", "); in PrintJSONArray() 191 PrintF(" ]"); in PrintJSONArray() 200 PrintF("\"isolate\": \"%p\", \"id\": %d, \"key\": \"%s\", ", in PrintKeyAndId() 206 PrintF("{ "); in PrintInstanceTypeJSON() 208 PrintF("\"type\": \"instance_type_data\", "); in PrintInstanceTypeJSON() 209 PrintF("\"instance_type\": %d, ", index); in PrintInstanceTypeJSON() 210 PrintF("\"instance_type_name\": \"%s\", ", name); in PrintInstanceTypeJSON() 211 PrintF("\"overal in PrintInstanceTypeJSON() [all...] |
H A D | code-stats.cc | 89 PrintF("\n Code kind histograms: \n"); in ReportCodeStatistics() 92 PrintF(" %-20s: %10d bytes\n", in ReportCodeStatistics() 97 PrintF("\n"); in ReportCodeStatistics() 101 PrintF("Code size including metadata : %10d bytes\n", in ReportCodeStatistics() 105 PrintF("Bytecode size including metadata: %10d bytes\n", in ReportCodeStatistics() 112 PrintF( in ReportCodeStatistics() 118 PrintF(" %-30s: %10d/%6d (%d)\n", cs.comment, cs.size, cs.count, in ReportCodeStatistics() 122 PrintF("\n"); in ReportCodeStatistics()
|
H A D | heap-layout-tracer.cc | 24 PrintF("Before GC:%d,", heap->gc_count() + 1); in GCProloguePrintHeapLayout() 25 PrintF("collector_name:%s\n", Heap::CollectorName(gc_type)); in GCProloguePrintHeapLayout() 35 PrintF("After GC:%d,", heap->gc_count()); in GCEpiloguePrintHeapLayout() 36 PrintF("collector_name:%s\n", Heap::CollectorName(gc_type)); in GCEpiloguePrintHeapLayout()
|
/third_party/node/deps/v8/src/utils/ |
H A D | bit-vector.cc | 16 PrintF("{"); in Print() 19 if (!first) PrintF(","); in Print() 21 PrintF("%d", i); in Print() 24 PrintF("}\n"); in Print()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 94 PrintF("Simulator hit (%u)\n", code); in Stop() 212 PrintF("\n"); in PrintAllRegs() 214 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", REG_INFO(1), in PrintAllRegs() 217 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", "", REG_INFO(3), in PrintAllRegs() 220 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6)); in PrintAllRegs() 222 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7)); in PrintAllRegs() 223 PrintF("\n"); in PrintAllRegs() 226 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", REG_INFO(8 + i), in PrintAllRegs() 229 PrintF("\n"); in PrintAllRegs() 231 PrintF(" in PrintAllRegs() [all...] |
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 110 PrintF("Simulator hit (%u)\n", code); in Stop() 203 PrintF("\n"); in PrintAllRegs() 205 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 "\t%3s: 0x%016" PRIx64 " %14" PRId64 in PrintAllRegs() 209 PrintF("%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64 in PrintAllRegs() 213 PrintF("%34s\t%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \n", "", "", in PrintAllRegs() 216 PrintF("%34s\t%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \n", "", "", in PrintAllRegs() 218 PrintF("\n"); in PrintAllRegs() 221 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64 in PrintAllRegs() 225 PrintF("\n"); in PrintAllRegs() 227 PrintF(" in PrintAllRegs() [all...] |
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 141 PrintF("Simulator hit (%u)\n", code); in Stop() 234 PrintF("\n"); in PrintAllRegs() 236 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 "\t%3s: 0x%016" PRIx64 " %14" PRId64 in PrintAllRegs() 240 PrintF("%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64 in PrintAllRegs() 244 PrintF("%34s\t%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \n", "", "", in PrintAllRegs() 247 PrintF("%34s\t%34s\t%3s: 0x%016" PRIx64 " %14" PRId64 " \n", "", "", in PrintAllRegs() 249 PrintF("\n"); in PrintAllRegs() 252 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64 in PrintAllRegs() 256 PrintF("\n"); in PrintAllRegs() 258 PrintF(" in PrintAllRegs() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_probe_benchmark.cc | 548 absl::PrintF("%-*s%-*s Min Avg Max\n%s\n", kNameWidth, in main() 552 absl::PrintF("%-*s%-*s %8.4f %8.4f %8.4f\n", kNameWidth, result.name, in main() 558 absl::PrintF("{\n"); in main() 559 absl::PrintF(" \"benchmarks\": [\n"); in main() 568 absl::PrintF(" %s{\n", comma); in main() 569 absl::PrintF(" \"cpu_time\": %f,\n", 1e9 * result.ratios.*val); in main() 570 absl::PrintF(" \"real_time\": %f,\n", 1e9 * result.ratios.*val); in main() 571 absl::PrintF(" \"iterations\": 1,\n"); in main() 572 absl::PrintF(" \"name\": \"%s\",\n", name); in main() 573 absl::PrintF(" \"time_uni in main() [all...] |
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.cc | 741 PrintF(trace_file, " reading input frame %s", name.get()); in CreateNextTranslatedFrame() 744 PrintF(trace_file, in CreateNextTranslatedFrame() 761 PrintF(trace_file, " reading arguments adaptor frame %s", name.get()); in CreateNextTranslatedFrame() 762 PrintF(trace_file, " => height=%d; inputs:\n", height); in CreateNextTranslatedFrame() 774 PrintF(trace_file, " reading construct stub frame %s", name.get()); in CreateNextTranslatedFrame() 775 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n", in CreateNextTranslatedFrame() 789 PrintF(trace_file, " reading builtin continuation frame %s", in CreateNextTranslatedFrame() 791 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n", in CreateNextTranslatedFrame() 811 PrintF(trace_file, " reading JS to Wasm builtin continuation frame %s", in CreateNextTranslatedFrame() 813 PrintF(trace_fil in CreateNextTranslatedFrame() [all...] |
H A D | deoptimizer.cc | 99 PrintF(trace_scope_->file(), " (input #%d)\n", iterator.input_index()); in PushTranslatedValue() 136 PrintF(trace_scope_->file(), in DebugPrintOutputValue() 145 PrintF(trace_scope_->file(), in DebugPrintOutputPc() 159 PrintF(trace_scope_->file(), " " V8PRIxPTR_FMT ": [top + %3d] <- ", in DebugPrintOutputObject() 162 PrintF(trace_scope_->file(), V8PRIxPTR_FMT " <Smi %d>", obj.ptr(), in DebugPrintOutputObject() 167 PrintF(trace_scope_->file(), " ; %s", debug_hint); in DebugPrintOutputObject() 667 PrintF(file, "[bailout (kind: %s, reason: %s): begin. deoptimizing ", in TraceDeoptBegin() 672 PrintF(file, "%s", CodeKindToString(compiled_code_.kind())); in TraceDeoptBegin() 674 PrintF(file, in TraceDeoptBegin() 689 PrintF(fil in TraceDeoptBegin() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | contexts.cc | 215 PrintF("Context::Lookup("); in Lookup() 217 PrintF(")\n"); in Lookup() 222 PrintF(" - looking in context %p", in Lookup() 224 if (context->IsScriptContext()) PrintF(" (script context)"); in Lookup() 225 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup() 226 PrintF("\n"); in Lookup() 240 PrintF(" - trying other script contexts\n"); in Lookup() 249 PrintF("=> found property in script context %d: %p\n", in Lookup() 299 PrintF("=> found property in context object %p\n", in Lookup() 330 PrintF(" in Lookup() [all...] |
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 74 PrintF("Starting debugger on the next instruction:\n"); in DebugAtNextPC() 191 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.begin()); in Debug() 232 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), in Debug() 257 PrintF(" %3s: %08" V8PRIxPTR, in Debug() 262 PrintF(" (%f)\n", dvalue); in Debug() 264 PrintF("\n"); in Debug() 267 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR in Debug() 276 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR, in Debug() 281 PrintF(" (%f)\n", dvalue); in Debug() 283 PrintF("\ in Debug() [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | tiering-manager.cc | 103 PrintF("[not marking function %s for optimization: already queued]\n", in TraceInOptimizationQueue() 110 PrintF( in TraceHeuristicOptimizationDisallowed() 121 PrintF(scope.file(), "[marking "); in TraceRecompile() 123 PrintF(scope.file(), " for optimization to %s, %s, reason: %s", in TraceRecompile() 126 PrintF(scope.file(), "]\n"); in TraceRecompile() 135 PrintF("[manually marking "); in TraceManualRecompile() 137 PrintF(" for optimization to %s, %s]\n", CodeKindToString(code_kind), in TraceManualRecompile() 229 PrintF(scope.file(), in TrySetOsrUrgency() 353 PrintF("[not yet optimizing %s, not enough ticks: %d/%d and ", in ShouldOptimize() 356 PrintF("IC in ShouldOptimize() [all...] |
/third_party/node/deps/v8/src/snapshot/ |
H A D | serializer.cc | 83 PrintF("%s:\n", name); in OutputStatistics() 85 PrintF(" Spaces (bytes):\n"); in OutputStatistics() 88 PrintF("%16s", in OutputStatistics() 91 PrintF("\n"); in OutputStatistics() 94 PrintF("%16zu", allocation_size_[space]); in OutputStatistics() 98 PrintF(" Instance types (count and bytes):\n"); in OutputStatistics() 102 PrintF("%10d %10zu %-10s %s\n", instance_type_count_[space][Name], \ in OutputStatistics() 112 PrintF("\n"); in OutputStatistics() 117 PrintF("Serializing deferred objects\n"); in SerializeDeferredObjects() 192 PrintF(" Encodin in SerializeHotObject() [all...] |
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 80 PrintF("Starting debugger on the next instruction:\n"); in DebugAtNextPC() 202 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.begin()); in Debug() 267 PrintF("%3s: 0x%08x %10d", RegisterName(Register::from_code(i)), in ExecDebugCommand() 271 PrintF(" (%f)\n", dvalue); in ExecDebugCommand() 273 PrintF("\n"); in ExecDebugCommand() 279 PrintF("%3s: %f 0x%08x %08x\n", VFPRegisters::Name(i, true), dvalue, in ExecDebugCommand() 285 PrintF("%s: 0x%08x %d \n", arg1, value, value); in ExecDebugCommand() 288 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word); in ExecDebugCommand() 291 PrintF("%s: %f 0x%08x %08x\n", arg1, dvalue, in ExecDebugCommand() 295 PrintF(" in ExecDebugCommand() [all...] |
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 1577 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 " \t%3s: 0x%016" PRIx64 in PrintRegs() 1583 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 " \n", REG_INFO(name1.begin())); in PrintRegs() 1588 PrintF("\n"); in PrintAllRegs() 1590 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 "\t%3s: 0x%016" PRIx64 " %14" PRId64 in PrintAllRegs() 1595 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 "\t%3s: 0x%016" PRIx64 " %14" PRId64 in PrintAllRegs() 1615 PrintF("\n\n"); in PrintAllRegsIncludingFPU() 1619 PrintF("%3s: 0x%016" PRIx64 " %16.4e \t%3s: 0x%016" PRIx64 " %16.4e\n", in PrintAllRegsIncludingFPU() 1652 PrintF("Call builtin: %s\n", name); in Debug() 1655 PrintF(" 0x%016" PRIx64 " %s\n", sim_->get_pc(), buffer.begin()); in Debug() 1685 PrintF("/!\\ Jumpin in Debug() [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | tick-sample.cc | 358 PrintF("TickSample: at %p\n", this); in print() 359 PrintF(" - state: %s\n", StateToString(state)); in print() 360 PrintF(" - pc: %p\n", pc); in print() 361 PrintF(" - stack: (%u frames)\n", frames_count); in print() 363 PrintF(" %p\n", stack[i]); in print() 365 PrintF(" - has_external_callback: %d\n", has_external_callback); in print() 366 PrintF(" - %s: %p\n", in print() 368 PrintF(" - update_stats: %d\n", update_stats_); in print() 369 PrintF(" - sampling_interval: %" PRId64 "\n", in print() 371 PrintF("\ in print() [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-test-wasm.cc | 127 PrintF("%4d:%*s", stack_size, stack_size, ""); in PrintIndentation() 129 PrintF("%4d:%*s", stack_size, max_display, "..."); in PrintIndentation() 167 PrintF(code->is_liftoff() ? "~" : "*"); in RUNTIME_FUNCTION() 170 PrintF("wasm-function[%d] {\n", func_index); in RUNTIME_FUNCTION() 172 PrintF("wasm-function[%d] \"%.*s\" {\n", func_index, name.length(), in RUNTIME_FUNCTION() 185 PrintF("}"); in RUNTIME_FUNCTION() 203 PrintF(" -> %d\n", value); in RUNTIME_FUNCTION() 208 PrintF(" -> %" PRId64 "\n", value); in RUNTIME_FUNCTION() 213 PrintF(" -> %f\n", value); in RUNTIME_FUNCTION() 218 PrintF(" in RUNTIME_FUNCTION() [all...] |
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data.cc | 452 PrintF("EmbeddedData:\n"); in PrintStatistics() 453 PrintF(" Total size: %d\n", in PrintStatistics() 455 PrintF(" Data size: %d\n", static_cast<int>(data_size())); in PrintStatistics() 456 PrintF(" Code size: %d\n", static_cast<int>(code_size())); in PrintStatistics() 457 PrintF(" Instruction size (50th percentile): %d\n", sizes[k50th]); in PrintStatistics() 458 PrintF(" Instruction size (75th percentile): %d\n", sizes[k75th]); in PrintStatistics() 459 PrintF(" Instruction size (90th percentile): %d\n", sizes[k90th]); in PrintStatistics() 460 PrintF(" Instruction size (99th percentile): %d\n", sizes[k99th]); in PrintStatistics() 461 PrintF("\n"); in PrintStatistics()
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-scanner.cc | 72 PrintF("%lf ", AsDouble()); in Next() 74 PrintF("%" PRIu32 " ", AsUnsigned()); in Next() 77 PrintF("%s ", name.c_str()); in Next()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-analysis.cc | 96 PrintF("X"); in Print() 98 PrintF(">"); in Print() 100 PrintF("<"); in Print() 102 PrintF(" "); in Print() 105 PrintF(" #%d:%s\n", ni.node->id(), ni.node->op()->mnemonic()); in Print() 110 PrintF("Loop %d headed at #%d\n", i, li.header->id()); in Print() 522 for (int i = 0; i < loop->depth_; i++) PrintF(" "); in PrintLoop() 523 PrintF("Loop depth = %d ", loop->depth_); in PrintLoop() 526 PrintF(" H#%d", loop_tree_->loop_nodes_[i++]->id()); in PrintLoop() 529 PrintF(" in PrintLoop() [all...] |