Searched refs:extracted_dex_file_map (Results 1 – 3 of 3) sorted by relevance
61 std::shared_ptr<ThreadMmap> extracted_dex_file_map; member70 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()
691 std::shared_ptr<ThreadMmap> extracted_dex_file_map; in ReadDexFileDebugInfo() local694 extracted_dex_file_map = std::make_shared<ThreadMmap>(*it); in ReadDexFileDebugInfo()705 extracted_dex_file_map); in ReadDexFileDebugInfo()
1386 if (info.extracted_dex_file_map) { in ProcessJITDebugInfo()1387 ThreadMmap& map = *info.extracted_dex_file_map; in ProcessJITDebugInfo()