Home | History | Annotate | Download | only in runtime

Lines Matching refs:WriteToBuf

712     WriteToBuf(buf, sizeof(buf));
715 WriteToBuf(reinterpret_cast<const uint8_t*>(header.c_str()), header.length());
878 void Trace::WriteToBuf(const uint8_t* src, size_t src_size) {
983 WriteToBuf(buf2, sizeof(buf2));
984 WriteToBuf(reinterpret_cast<const uint8_t*>(method_line.c_str()), method_line.length());
995 WriteToBuf(buf2, sizeof(buf2));
996 WriteToBuf(reinterpret_cast<const uint8_t*>(thread_name.c_str()), thread_name.length());
998 WriteToBuf(stack_buf, sizeof(stack_buf));