Home
last modified time | relevance | path

Searched refs:IsForJavaMethod (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Ddso.h193 bool IsForJavaMethod() const;
Ddso.cpp425 bool Dso::IsForJavaMethod() const { in IsForJavaMethod() function in simpleperf::Dso
1050 if (dso.Path() == DEFAULT_EXECNAME_FOR_THREAD_MMAP || dso.IsForJavaMethod()) { in GetBuildId()
Dreport_utils.cpp406 if (dso->IsForJavaMethod()) { in Build()