Searched refs:GetMethodLine (Results 1 – 2 of 2) sorted by relevance
277 std::string GetMethodLine(const std::string& method_line, uint32_t method_id);
1359 std::string TraceWriter::GetMethodLine(const std::string& method_line, uint32_t method_index) { in GetMethodLine() function in art::TraceWriter1447 method_line = GetMethodLine(method_info_line, method_id); in RecordMethodInfoV1()1973 os << GetMethodLine(GetMethodInfoLine(entry.first), entry.second); in DumpMethodList()