Searched refs:extracted_dex_file_map (Results 1 – 3 of 3) sorted by relevance
65 std::shared_ptr<ThreadMmap> extracted_dex_file_map; member79 const std::shared_ptr<ThreadMmap>& extracted_dex_file_map) in JITDebugInfo()86 extracted_dex_file_map(extracted_dex_file_map) {} in JITDebugInfo()
759 std::shared_ptr<ThreadMmap> extracted_dex_file_map; in ReadDexFileDebugInfo() local762 extracted_dex_file_map = std::make_shared<ThreadMmap>(*it); in ReadDexFileDebugInfo()773 extracted_dex_file_map); in ReadDexFileDebugInfo()
1460 if (info.extracted_dex_file_map) { in ProcessJITDebugInfo()1461 ThreadMmap& map = *info.extracted_dex_file_map; in ProcessJITDebugInfo()