Searched refs:ThreadMmap (Results 1 – 5 of 5) sorted by relevance
49 struct ThreadMmap { struct55 ThreadMmap() {} in ThreadMmap() argument56 ThreadMmap(uint64_t start, uint64_t len, uint64_t pgoff, const char* name, uint32_t prot) in ThreadMmap() function60 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
62 std::shared_ptr<ThreadMmap> extracted_dex_file_map;76 const std::shared_ptr<ThreadMmap>& extracted_dex_file_map) in JITDebugInfo()
447 std::vector<ThreadMmap> thread_mmaps; in InitializeProcess()716 std::vector<ThreadMmap> thread_mmaps; in ReadDexFileDebugInfo()721 auto comp = [](const ThreadMmap& map, uint64_t addr) { in ReadDexFileDebugInfo()737 std::shared_ptr<ThreadMmap> extracted_dex_file_map; in ReadDexFileDebugInfo()740 extracted_dex_file_map = std::make_shared<ThreadMmap>(*it); in ReadDexFileDebugInfo()
237 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess()522 std::vector<ThreadMmap> thread_mmaps; in PrepareVdsoFile()526 const ThreadMmap* vdso_map = nullptr; in PrepareVdsoFile()
1234 std::vector<ThreadMmap> thread_mmaps; in DumpProcessMaps()1415 ThreadMmap& map = *info.extracted_dex_file_map; in ProcessJITDebugInfo()