Home
last modified time | relevance | path

Searched refs:GetMethodLine (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtrace.h277 std::string GetMethodLine(const std::string& method_line, uint32_t method_id);
Dtrace.cc1359 std::string TraceWriter::GetMethodLine(const std::string& method_line, uint32_t method_index) { in GetMethodLine() function in art::TraceWriter
1447 method_line = GetMethodLine(method_info_line, method_id); in RecordMethodInfoV1()
1973 os << GetMethodLine(GetMethodInfoLine(entry.first), entry.second); in DumpMethodList()