Home
last modified time | relevance | path

Searched refs:GetLocalFramesByPcs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.cpp59 Unwinder::GetLocalFramesByPcs(frames_, unwinder_->GetPcs()); in Unwind()
70 Unwinder::GetLocalFramesByPcs(frames_, unwinder_->GetPcs()); in Unwind()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h95 static void GetLocalFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map36 OHOS::HiviewDFX::Unwinder::GetLocalFramesByPcs*;
H A Dunwinder.cpp1367 void Unwinder::GetLocalFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetLocalFramesByPcs() function in OHOS::HiviewDFX::Unwinder