Searched refs:GetThreadMmapsInProcess (Results 1 – 6 of 6) sorted by relevance
26 bool GetThreadMmapsInProcess(pid_t, std::vector<ThreadMmap>*) { in GetThreadMmapsInProcess() function
65 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
400 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in InitializeProcess()706 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in ReadDexFileDebugInfo()
68 if (!GetThreadMmapsInProcess(pid, &thread_mmaps)) { in ReadProcessMaps()
192 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess() function466 if (!GetThreadMmapsInProcess(getpid(), &thread_mmaps)) { in PrepareVdsoFile()
142 if (GetThreadMmapsInProcess(pid, &maps)) { in DumpMapsFromProc()