Searched refs:StepIfSignalFrame (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_regs.h | 46 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 D | dfx_regs_x86_64.cpp | 97 bool DfxRegsX86_64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame() function in OHOS::HiviewDFX::DfxRegsX86_64
|
H A D | dfx_regs_arm.cpp | 126 bool DfxRegsArm::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame() function in OHOS::HiviewDFX::DfxRegsArm
|
H A D | dfx_regs_arm64.cpp | 141 bool DfxRegsArm64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame() function in OHOS::HiviewDFX::DfxRegsArm64
|
H A D | dfx_regs_riscv64.cpp | 141 bool DfxRegsRiscv64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame() function in OHOS::HiviewDFX::DfxRegsRiscv64
|
H A D | unwinder.cpp | 777 regs_->StepIfSignalFrame(static_cast<uintptr_t>(frame.pc), memory_)) { in Unwind() 890 if (regs_->StepIfSignalFrame(frame.pc, memory_)) { in Step()
|