Searched refs:GetPcsByStackId (Results 1 – 5 of 5) sorted by relevance
109 bool GetPcsByStackId(const StackId stackId, std::vector<uintptr_t>& pcs);
141 bool ret = stackTable->GetPcsByStackId(stackId, pcs);
110 if (table->GetPcsByStackId(id, pcs)) { in GetSubmitterStack()
209 bool UniqueStackTable::GetPcsByStackId(StackId stackId, std::vector<uintptr_t>& pcs) in GetPcsByStackId() function in OHOS::HiviewDFX::UniqueStackTable
153 if (uniqueStackTable->GetPcsByStackId(stackId, pcs)) { in GetTreeStack()