Searched refs:GetMethodInfoLine (Results 1 – 2 of 2) sorted by relevance
278 std::string GetMethodInfoLine(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
1363 std::string TraceWriter::GetMethodInfoLine(ArtMethod* method) { in GetMethodInfoLine() function in art::TraceWriter1430 method_infos.emplace(method, std::move(GetMethodInfoLine(method))); in PreProcessTraceForMethodInfos()1973 os << GetMethodLine(GetMethodInfoLine(entry.first), entry.second); in DumpMethodList()