Home
last modified time | relevance | path

Searched refs:AddFrame (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_thread.h48 void AddFrame(DfxFrame& frame);
H A Ddfx_thread.cpp72 void DfxThread::AddFrame(DfxFrame& frame) in AddFrame() function in OHOS::HiviewDFX::DfxThread
H A Ddfx_unwind_async_thread.cpp157 unwinder->AddFrame(frame); in UnwindThreadFallback()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h79 void AddFrame(DfxFrame& frame);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp179 void AddFrame(DfxFrame& frame);
229 void AddFrame(const StepFrame& frame, std::shared_ptr<DfxMap> map);
389 void Unwinder::AddFrame(DfxFrame& frame) in AddFrame() function in OHOS::HiviewDFX::Unwinder
391 impl_->AddFrame(frame); in AddFrame()
709 AddFrame(dfxFrame); in StepArkJsFrame()
920 AddFrame(frame, map); in StepInner()
939 AddFrame(frame, map); in StepInner()
1154 void Unwinder::Impl::AddFrame(const StepFrame& frame, std::shared_ptr<DfxMap> map) in AddFrame() function in OHOS::HiviewDFX::Unwinder::Impl
1176 void Unwinder::Impl::AddFrame(DfxFrame& frame) in AddFrame() function in OHOS::HiviewDFX::Unwinder::Impl
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp957 unwinder->AddFrame(frame); in HWTEST_F()

Completed in 6 milliseconds