Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_regs.h41 virtual void SetFromUcontext(const ucontext_t& context) = 0;
78 void SetFromUcontext(const ucontext_t& context) override;
92 void SetFromUcontext(const ucontext_t& context) override;
106 void SetFromUcontext(const ucontext_t& context) override;
120 void SetFromUcontext(const ucontext_t& context) override;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_regs_x86_64.cpp32 void DfxRegsX86_64::SetFromUcontext(const ucontext_t &context) in SetFromUcontext() function in OHOS::HiviewDFX::DfxRegsX86_64
126 SetFromUcontext(ucontext); in StepIfSignalFrame()
H A Ddfx_regs_arm.cpp47 void DfxRegsArm::SetFromUcontext(const ucontext_t& context) in SetFromUcontext() function in OHOS::HiviewDFX::DfxRegsArm
H A Ddfx_regs.cpp56 dfxregs->SetFromUcontext(context); in CreateFromUcontext()
H A Ddfx_regs_arm64.cpp31 void DfxRegsArm64::SetFromUcontext(const ucontext_t &context) in SetFromUcontext() function in OHOS::HiviewDFX::DfxRegsArm64
H A Ddfx_regs_riscv64.cpp32 void DfxRegsRiscv64::SetFromUcontext(const ucontext_t &context) in SetFromUcontext() function in OHOS::HiviewDFX::DfxRegsRiscv64
H A Dunwinder.cpp554 regs_->SetFromUcontext(*(threadContext->ctx)); in UnwindLocalWithTid()
589 regs_->SetFromUcontext(context); in UnwindLocalWithContext()