Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h65 std::shared_ptr<ThreadMmap> extracted_dex_file_map; member
79 const std::shared_ptr<ThreadMmap>& extracted_dex_file_map) in JITDebugInfo()
86 extracted_dex_file_map(extracted_dex_file_map) {} in JITDebugInfo()
DJITDebugReader.cpp759 std::shared_ptr<ThreadMmap> extracted_dex_file_map; in ReadDexFileDebugInfo() local
762 extracted_dex_file_map = std::make_shared<ThreadMmap>(*it); in ReadDexFileDebugInfo()
773 extracted_dex_file_map); in ReadDexFileDebugInfo()
Dcmd_record.cpp1460 if (info.extracted_dex_file_map) { in ProcessJITDebugInfo()
1461 ThreadMmap& map = *info.extracted_dex_file_map; in ProcessJITDebugInfo()