Searched refs:ThreadMmap (Results 1 – 5 of 5) sorted by relevance
50 struct ThreadMmap { struct56 ThreadMmap() {} in ThreadMmap() argument57 ThreadMmap(uint64_t start, uint64_t len, uint64_t pgoff, const char* name, uint32_t prot) in ThreadMmap() function61 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
90 std::map<uint64_t, ThreadMmap> maps_;264 std::vector<ThreadMmap> maps; in CheckMapChange()
299 std::vector<ThreadMmap> thread_mmaps; in InitializeProcess()530 std::vector<ThreadMmap> thread_mmaps; in ReadDexFileDebugInfo()535 auto comp = [](const ThreadMmap& map, uint64_t addr) { in ReadDexFileDebugInfo()
262 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess()538 std::vector<ThreadMmap> thread_mmaps; in PrepareVdsoFile()542 const ThreadMmap* vdso_map = nullptr; in PrepareVdsoFile()
1141 std::vector<ThreadMmap> thread_mmaps; in DumpProcessMaps()