Searched refs:method_line (Results 1 – 1 of 1) sorted by relevance
960 std::string method_line(GetMethodLine(method)); in LogMethodTraceEvent() local964 Append2LE(buf2 + 3, static_cast<uint16_t>(method_line.length())); in LogMethodTraceEvent()966 WriteToBuf(reinterpret_cast<const uint8_t*>(method_line.c_str()), method_line.length()); in LogMethodTraceEvent()