Home
last modified time | relevance | path

Searched refs:SetPcFromReturnAddress (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_regs.h45 virtual bool SetPcFromReturnAddress(std::shared_ptr<DfxMemory> memory) = 0;
82 bool SetPcFromReturnAddress(std::shared_ptr<DfxMemory> memory) override;
96 bool SetPcFromReturnAddress(std::shared_ptr<DfxMemory> memory) override;
110 bool SetPcFromReturnAddress(std::shared_ptr<DfxMemory> memory) override;
124 bool SetPcFromReturnAddress(std::shared_ptr<DfxMemory> memory) override;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_regs_x86_64.cpp64 bool DfxRegsX86_64::SetPcFromReturnAddress(std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() function in OHOS::HiviewDFX::DfxRegsX86_64
H A Ddfx_regs_arm.cpp95 bool DfxRegsArm::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() function in OHOS::HiviewDFX::DfxRegsArm
H A Ddfx_regs_arm64.cpp95 bool DfxRegsArm64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() function in OHOS::HiviewDFX::DfxRegsArm64
H A Ddfx_regs_riscv64.cpp95 bool DfxRegsRiscv64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress() function in OHOS::HiviewDFX::DfxRegsRiscv64
H A Dunwinder.cpp1047 if (enableLrFallback_ && (frames_.size() == 1) && regs_->SetPcFromReturnAddress(memory_)) { in StepInner()