Searched refs:GetThreadMmapsInProcess (Results 1 – 4 of 4) sorted by relevance
60 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
387 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in InitializeProcess()671 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in ReadDexFileDebugInfo()
237 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess() function520 if (!GetThreadMmapsInProcess(getpid(), &thread_mmaps)) { in PrepareVdsoFile()
1213 if (!GetThreadMmapsInProcess(pid, &thread_mmaps)) { in DumpProcessMaps()