Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h235 std::string GetMethodLine(ArtMethod* method) REQUIRES(!*unique_methods_lock_)
Dtrace.cc881 std::string Trace::GetMethodLine(ArtMethod* method) { in GetMethodLine() function in art::Trace
978 std::string method_line(GetMethodLine(method)); in LogMethodTraceEvent()
1017 os << GetMethodLine(method); in DumpMethodList()