Searched refs:method_line (Results 1 – 2 of 2) sorted by relevance
1359 std::string TraceWriter::GetMethodLine(const std::string& method_line, uint32_t method_index) { in GetMethodLine() argument1360 return StringPrintf("%#x\t%s", (method_index << TraceActionBits), method_line.c_str()); in GetMethodLine()1437 std::string method_line; in RecordMethodInfoV1() local1442 uint16_t method_line_length = static_cast<uint16_t>(method_line.length()); in RecordMethodInfoV1()1443 DCHECK(method_line.length() < (1 << 16)); in RecordMethodInfoV1()1447 method_line = GetMethodLine(method_info_line, method_id); in RecordMethodInfoV1()1448 method_line_length = static_cast<uint16_t>(method_line.length()); in RecordMethodInfoV1()1452 const uint8_t* ptr = reinterpret_cast<const uint8_t*>(method_line.c_str()); in RecordMethodInfoV1()
277 std::string GetMethodLine(const std::string& method_line, uint32_t method_id);283 void RecordMethodInfoV1(const std::string& method_line, uint64_t method_id)