Searched refs:GetFrames (Results 1 – 15 of 15) sorted by relevance
71 frames_ = unwinder.GetFrames(); in UnwindCurrentThread()77 frames_ = unwinder.GetFrames(); in UnwindCurrentThread()110 frames_ = unwinder.GetFrames(); in Unwind()119 const std::vector<DfxFrame>& BacktraceLocalThread::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::BacktraceLocalThread
40 const std::vector<DfxFrame>& GetFrames() const;
164 frames = thread.GetFrames(); in CatchFrameCurrTid()179 frames = thread.GetFrames(); in CatchFrameLocalTid()
16 OHOS::HiviewDFX::BacktraceLocalThread::GetFrames*;
67 frames = thread.GetFrames(); in GetBacktraceFramesByTid()
112 const auto& frames = unwinder.GetFrames();144 const auto& frames = unwinder.GetFrames();173 const auto& frames = unwinder.GetFrames();201 const auto& frames = unwinder.GetFrames();
33 const std::vector<DfxFrame>& GetFrames() const;
38 const std::vector<DfxFrame>& GetFrames() const;
99 const auto& frames = thread->GetFrames(); in PrintThreadBacktraceByConfig()127 faultstack->CollectStackInfo(thread->GetFrames()); in PrintThreadFaultStackByConfig()
48 const std::vector<std::shared_ptr<DfxFrame>>& GetFrames() const;
76 const std::vector<std::shared_ptr<DfxFrame>>& DfxThread::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::DfxThread
135 const auto& frames = thread.GetFrames();188 const auto& frames = thread.GetFrames();
46 const std::vector<DfxFrame>& FpUnwinder::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::FpUnwinder
44 const std::vector<DfxFrame>& DwarfUnwinder::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::DwarfUnwinder
226 EXPECT_EQ(thread->GetFrames().size(), 2) << "DfxUnwindRemoteTest003 Failed";