Searched refs:GetLocalFramesByPcs (Results 1 – 4 of 4) sorted by relevance
59 Unwinder::GetLocalFramesByPcs(frames_, unwinder_->GetPcs()); in Unwind()70 Unwinder::GetLocalFramesByPcs(frames_, unwinder_->GetPcs()); in Unwind()
95 static void GetLocalFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs);
36 OHOS::HiviewDFX::Unwinder::GetLocalFramesByPcs*;
1367 void Unwinder::GetLocalFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetLocalFramesByPcs() function in OHOS::HiviewDFX::Unwinder