Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Ddso.h200 bool IsForJavaMethod() const;
H A Ddso.cpp486 bool Dso::IsForJavaMethod() const { in IsForJavaMethod() function in simpleperf::Dso
1111 if (dso.Path() == DEFAULT_EXECNAME_FOR_THREAD_MMAP || dso.IsForJavaMethod()) { in GetBuildId()
H A Dreport_utils.cpp406 if (dso->IsForJavaMethod()) { in Build()