Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h61 std::shared_ptr<ThreadMmap> extracted_dex_file_map; member
70 const std::shared_ptr<ThreadMmap>& extracted_dex_file_map) in JITDebugInfo()
72 file_path(file_path), extracted_dex_file_map(extracted_dex_file_map) {} in JITDebugInfo()
DJITDebugReader.cpp691 std::shared_ptr<ThreadMmap> extracted_dex_file_map; in ReadDexFileDebugInfo() local
694 extracted_dex_file_map = std::make_shared<ThreadMmap>(*it); in ReadDexFileDebugInfo()
705 extracted_dex_file_map); in ReadDexFileDebugInfo()
Dcmd_record.cpp1386 if (info.extracted_dex_file_map) { in ProcessJITDebugInfo()
1387 ThreadMmap& map = *info.extracted_dex_file_map; in ProcessJITDebugInfo()