Lines Matching refs:GetThread
105 VirtualThread &thread = GetThread(pid, tid, name); in UpdateThread()
125 std::forward_as_tuple(pid, tid, GetThread(pid, pid), symbolsFiles_)); in CreateThread()
207 VirtualThread &VirtualRuntime::GetThread(pid_t pid, pid_t tid, const std::string name) in GetThread() function in OHOS::Developtools::HiPerf::VirtualRuntime
227 VirtualThread &thread = GetThread(pid, tid); in UpdateThreadMaps()
993 VirtualThread &kthread = GetThread(pid, tid); in GetSymbol()
1007 symbol = GetUserSymbol(ip, GetThread(pid, tid)); in GetSymbol()
1019 symbol = GetKernelSymbol(ip, kernelSpaceMemMaps_, GetThread(pid, tid)); in GetSymbol()
1137 VirtualThread &kthread = GetThread(SYSMGR_PID, SYSMGR_PID); in UpdateServiceSpaceMaps()
1169 VirtualThread &thread = GetThread(pid, pid); in UpdateKernelThreadMap()
1175 VirtualThread &kthread = GetThread(devhostPid_, devhostPid_); in UpdateDevhostSpaceMaps()
1222 VirtualThread &kthread = GetThread(devhostPid_, devhostPid_); in UpdateDevhostSymbols()
1235 VirtualThread &thread = GetThread(pid, pid); in FixHMBundleMmap()