Lines Matching refs:Append2LE
298 static void Append2LE(uint8_t* buf, uint16_t val) { in Append2LE() function
776 Append2LE(buf_.get() + 4, trace_version); in Trace()
777 Append2LE(buf_.get() + 6, kTraceHeaderLength); in Trace()
781 Append2LE(buf_.get() + 16, record_size); in Trace()
868 Append2LE(buf, 0); in FinishTracing()
1026 Append2LE(header, 0); in RecordStreamingMethodEvent()
1035 Append2LE(header + 3, static_cast<uint16_t>(thread->GetTid())); in RecordStreamingMethodEvent()
1036 Append2LE(header + 5, static_cast<uint16_t>(thread_name.length())); in RecordStreamingMethodEvent()
1142 Append2LE(method_header, 0); in FlushStreamingBuffer()
1144 Append2LE(method_header + 3, static_cast<uint16_t>(method_line.length())); in FlushStreamingBuffer()
1238 Append2LE(ptr, thread->GetTid()); in EncodeEventEntry()