Home | History | Annotate | Download | only in src

Lines Matching refs:Append

352   msg.Append("profiler,\"begin\",%d\n", kSamplingIntervalMs);
354 msg.Append("profiler,\"compression\",%d\n", kCompressionWindowSize);
364 msg.Append("alias,%s,%s\n",
384 msg.Append("%s,\"%s\"\n", name, value);
394 msg.Append("%s,%d\n", name, value);
404 msg.Append("%s,0x%" V8PRIxPTR "\n", name, location);
448 msg.Append("shared-library,\"%s\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n",
463 msg.Append("shared-library,\"%ls\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n",
480 msg.Append("no source");
486 msg.Append('a');
491 msg.Append('/');
493 msg.Append('/');
498 msg.Append('g');
503 msg.Append('i');
508 msg.Append('m');
520 msg.Append("regexp-compile,");
522 msg.Append(in_cache ? ",hit\n" : ",miss\n");
551 msg.Append("0x%x", Smi::cast(obj)->value());
554 msg.Append("%i", Smi::cast(obj)->value());
560 msg.Append(c);
563 msg.Append('\n');
627 msg.Append("new,%s,0x%" V8PRIxPTR ",%u\n", name, object,
638 msg.Append("delete,%s,0x%" V8PRIxPTR "\n", name, object);
685 msg.Append("%s,%s,",
688 msg.Append(",1,\"%s%s\"", prefix, name);
693 msg.Append('\n');
735 msg.Append("%s,%s,", log_events_[CODE_CREATION_EVENT], log_events_[tag]);
737 msg.Append(",%d,\"", code->ExecutableSize());
740 msg.Append('\\');
742 msg.Append(*p);
744 msg.Append('"');
749 msg.Append('\n');
761 msg.Append("%s,%s,", log_events_[CODE_CREATION_EVENT], log_events_[tag]);
763 msg.Append(",%d,\"%s\"", code->ExecutableSize(), *str);
768 msg.Append('\n');
784 msg.Append("%s,%s,", log_events_[CODE_CREATION_EVENT], log_events_[tag]);
786 msg.Append(",%d,\"%s %s:%d\"",
792 msg.Append('\n');
802 msg.Append("%s,%s,", log_events_[CODE_CREATION_EVENT], log_events_[tag]);
804 msg.Append(",%d,\"args_count: %d\"", code->ExecutableSize(), args_count);
809 msg.Append('\n');
819 msg.Append("%s,%s,",
822 msg.Append(",%d,\"", code->ExecutableSize());
824 msg.Append('\"');
829 msg.Append('\n');
853 msg.Append("%s,", log_events_[SNAPSHOT_POSITION_EVENT]);
855 msg.Append(",%d", pos);
860 msg.Append('\n');
871 msg.Append("%s,", log_events_[FUNCTION_CREATION_EVENT]);
873 msg.Append(',');
880 msg.Append('\n');
907 msg.Append("%s,", log_events_[event]);
909 msg.Append(',');
916 msg.Append('\n');
926 msg.Append("%s,", log_events_[event]);
932 msg.Append('\n');
942 msg.Append("%s,%s,", name, tag);
946 msg.Append("%d,%d,", sec, usec);
948 msg.Append("%.0f", OS::TimeCurrentMillis());
950 msg.Append('\n');
963 msg.Append("suspect-read,");
964 msg.Append(class_name);
965 msg.Append(',');
966 msg.Append('"');
967 msg.Append(name);
968 msg.Append('"');
969 msg.Append('\n');
981 msg.Append("heap-sample-begin,\"%s\",\"%s\",%.0f\n",
993 msg.Append("heap-sample-stats,\"%s\",\"%s\",%d,%d\n",
1004 msg.Append("heap-sample-end,\"%s\",\"%s\"\n", space, kind);
1014 msg.Append("heap-sample-item,%s,%d,%d\n", type, number, bytes);
1025 msg.Append("heap-js-cons-item,%s,%d,%d\n", constructor, number, bytes);
1045 msg.Append(event_text, constructor);
1056 // Append a piece of event that fits, without trailing comma.
1061 msg.Append("%s", event + pos);
1064 msg.Append('\n');
1076 msg.Append("heap-js-prod-item,%s", constructor);
1078 msg.Append(",0x%" V8PRIxPTR, *stack++);
1080 msg.Append("\n");
1090 msg.Append("debug-tag,%s\n", call_site_tag);
1105 msg.Append("debug-queue-event,%s,%15.3f,%s\n",
1121 msg.Append("%s,", log_events_[TICK_EVENT]);
1124 msg.Append(',');
1127 msg.Append(',');
1130 msg.Append(",%d", static_cast<int>(sample->state));
1132 msg.Append(",overflow");
1135 msg.Append(',');
1143 msg.Append('\n');