Home
last modified time | relevance | path

Searched refs:IsPathInJITSymFile (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DJITDebugReader.h132 static bool IsPathInJITSymFile(const std::string& path) { in IsPathInJITSymFile() function
H A Dreport_utils.cpp194 } else if (!JITDebugReader::IsPathInJITSymFile(entry.dso->Path())) { in ConvertJITFrame()
H A DOfflineUnwinder.cpp160 if (JITDebugReader::IsPathInJITSymFile(path)) { in CreateMapInfo()
H A Ddso.cpp395 if (JITDebugReader::IsPathInJITSymFile(path_)) { in IsForJavaMethod()
508 if (JITDebugReader::IsPathInJITSymFile(path_)) { in GetReportPath()
H A Dread_elf.cpp511 } else if (JITDebugReader::IsPathInJITSymFile(filename)) { in Open()
H A Dcmd_debug_unwind.cpp321 if (JITDebugReader::IsPathInJITSymFile(old_map->dso->Path())) { in CreateThreadWithUpdatedMaps()