Home
last modified time | relevance | path

Searched refs:AddFrame (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp186 void AddFrame(DfxFrame& frame);
239 void AddFrame(const StepFrame& frame, std::shared_ptr<DfxMap> map);
400 void Unwinder::AddFrame(DfxFrame& frame) in AddFrame() function in OHOS::HiviewDFX::Unwinder
402 impl_->AddFrame(frame); in AddFrame()
717 AddFrame(dfxFrame); in StepArkJsFrame()
925 AddFrame(frame, map); in StepInner()
944 AddFrame(frame, map); in StepInner()
1159 void Unwinder::Impl::AddFrame(const StepFrame& frame, std::shared_ptr<DfxMap> map) in AddFrame() function in OHOS::HiviewDFX::Unwinder::Impl
1181 void Unwinder::Impl::AddFrame(DfxFrame& frame) in AddFrame() function in OHOS::HiviewDFX::Unwinder::Impl
H A Dlibunwinder.map24 OHOS::HiviewDFX::Unwinder::AddFrame*;
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_thread.h48 void AddFrame(DfxFrame& frame);
H A Ddfx_thread.cpp73 void DfxThread::AddFrame(DfxFrame& frame) in AddFrame() function in OHOS::HiviewDFX::DfxThread
H A Ddfx_unwind_async_thread.cpp157 unwinder->AddFrame(frame); in UnwindThreadFallback()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h79 void AddFrame(DfxFrame& frame);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp956 unwinder->AddFrame(frame);