Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_regs.h46 virtual bool StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) = 0;
83 bool StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) override;
97 bool StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) override;
111 bool StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) override;
125 bool StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) override;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_regs_x86_64.cpp97 bool DfxRegsX86_64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame() function in OHOS::HiviewDFX::DfxRegsX86_64
H A Ddfx_regs_arm.cpp126 bool DfxRegsArm::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame() function in OHOS::HiviewDFX::DfxRegsArm
H A Ddfx_regs_arm64.cpp141 bool DfxRegsArm64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame() function in OHOS::HiviewDFX::DfxRegsArm64
H A Ddfx_regs_riscv64.cpp141 bool DfxRegsRiscv64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame() function in OHOS::HiviewDFX::DfxRegsRiscv64
H A Dunwinder.cpp777 regs_->StepIfSignalFrame(static_cast<uintptr_t>(frame.pc), memory_)) { in Unwind()
890 if (regs_->StepIfSignalFrame(frame.pc, memory_)) { in Step()