Searched refs:GetThreadMmapsInProcess (Results 1 – 5 of 5) sorted by relevance
61 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
300 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in InitializeProcess()531 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in ReadDexFileDebugInfo()
265 if (!GetThreadMmapsInProcess(getpid(), &maps)) { in CheckMapChange()
262 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess() function539 if (!GetThreadMmapsInProcess(getpid(), &thread_mmaps)) { in PrepareVdsoFile()
1142 if (!GetThreadMmapsInProcess(pid, &thread_mmaps)) { in DumpProcessMaps()