Home
last modified time | relevance | path

Searched refs:DfxRegsArm64 (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_regs_arm64.cpp31 void DfxRegsArm64::SetFromUcontext(const ucontext_t &context) in SetFromUcontext()
71 void DfxRegsArm64::SetFromFpMiniRegs(const uintptr_t* regs, const size_t size) in SetFromFpMiniRegs()
82 void DfxRegsArm64::SetFromQutMiniRegs(const uintptr_t* regs, const size_t size) in SetFromQutMiniRegs()
95 bool DfxRegsArm64::SetPcFromReturnAddress(MAYBE_UNUSED std::shared_ptr<DfxMemory> memory) in SetPcFromReturnAddress()
105 std::string DfxRegsArm64::PrintRegs() const in PrintRegs()
141 bool DfxRegsArm64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
H A Ddfx_regs.cpp42 auto dfxregs = std::make_shared<DfxRegsArm64>(); in Create()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_regs.h88 class DfxRegsArm64 : public DfxRegs { class
90 DfxRegsArm64() = default;
91 ~DfxRegsArm64() = default;
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp151 std::shared_ptr<DfxRegs> regs = std::make_shared<DfxRegsArm64>(); in Test01()
470 auto reg = std::make_shared<DfxRegsArm64>(); in Test10()
844 auto reg = std::make_shared<DfxRegsArm64>(); in HWTEST_F()
878 auto reg = std::make_shared<DfxRegsArm64>(); in HWTEST_F()
915 auto reg = std::make_shared<DfxRegsArm64>(); in HWTEST_F()
949 auto reg = std::make_shared<DfxRegsArm64>(); in HWTEST_F()
983 auto reg = std::make_shared<DfxRegsArm64>(); in HWTEST_F()
1019 auto reg = std::make_shared<DfxRegsArm64>(); in HWTEST_F()
1051 auto reg = std::make_shared<DfxRegsArm64>(); in HWTEST_F()
1081 auto reg = std::make_shared<DfxRegsArm64>(); in HWTEST_F()
[all...]
H A Dregs_test.cpp214 auto dfxregsArm64 = std::make_shared<DfxRegsArm64>(); in HWTEST_F()
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_utils.cpp78 static std::shared_ptr<DfxRegs> regs = std::make_shared<DfxRegsArm64>(); in DoUnwind()
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp211 auto dfxregs = std::make_shared<DfxRegsArm64>(); in TestSetFromFpMiniRegs()
226 auto dfxregs = std::make_shared<DfxRegsArm64>(); in TestSetFromQutMiniRegs()

Completed in 5 milliseconds