Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h278 std::string GetMethodInfoLine(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Dtrace.cc1363 std::string TraceWriter::GetMethodInfoLine(ArtMethod* method) { in GetMethodInfoLine() function in art::TraceWriter
1430 method_infos.emplace(method, std::move(GetMethodInfoLine(method))); in PreProcessTraceForMethodInfos()
1973 os << GetMethodLine(GetMethodInfoLine(entry.first), entry.second); in DumpMethodList()