Lines Matching refs:AppendBytes
482 void AppendBytes(const char* bytes, int size) { in AppendBytes() function in v8::internal::Logger::NameBuffer
488 void AppendBytes(const char* bytes) { in AppendBytes() function in v8::internal::Logger::NameBuffer
489 AppendBytes(bytes, StrLength(bytes)); in AppendBytes()
870 name_buffer_->AppendBytes(kLogEventsNames[tag]); in CodeCreateEvent()
872 name_buffer_->AppendBytes(comment); in CodeCreateEvent()
905 name_buffer_->AppendBytes(kLogEventsNames[tag]); in CodeCreateEvent()
946 name_buffer_->AppendBytes(kLogEventsNames[tag]); in CodeCreateEvent()
948 name_buffer_->AppendBytes(ComputeMarker(code)); in CodeCreateEvent()
987 name_buffer_->AppendBytes(kLogEventsNames[tag]); in CodeCreateEvent()
989 name_buffer_->AppendBytes(ComputeMarker(code)); in CodeCreateEvent()
1028 name_buffer_->AppendBytes(kLogEventsNames[tag]); in CodeCreateEvent()
1061 name_buffer_->AppendBytes(kLogEventsNames[REG_EXP_TAG]); in RegExpCodeCreateEvent()