Home
last modified time | relevance | path

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

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