Home
last modified time | relevance | path

Searched defs:regs (Results 1 - 25 of 39) sorted by relevance

12

/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.h25 static inline AT_ALWAYS_INLINE void GetFpPcRegs(void *regs) in GetFpPcRegs() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_regs_get.h31 inline AT_ALWAYS_INLINE void GetLocalRegs(void* regs) in GetLocalRegs() argument
52 inline AT_ALWAYS_INLINE void GetFramePointerMiniRegs(void *regs, size_t size) in GetFramePointerMiniRegs() argument
75 inline AT_ALWAYS_INLINE void GetQuickenMiniRegsAsm(void *regs) in GetQuickenMiniRegsAsm() argument
[all...]
H A Darm_exidx.h33 std::vector<int32_t> regs; member
/base/hiviewdfx/faultloggerd/interfaces/common/
H A Dunwind_arm_define.h63 uint32_t regs[16]; // 16 member
H A Dunwind_riscv64_define.h88 uint64_t regs[31]; member
H A Dunwind_arm64_define.h80 uint64_t regs[31]; // 31 member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instructions.cpp38 bool DfxInstructions::Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc loc, uintptr_t& val) in Flush() argument
78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t& errCode) in Apply() argument
[all...]
H A Ddwarf_op.cpp30 AddressType DwarfOp<AddressType>::Eval(DfxRegs& regs, AddressType initStackValue, AddressType startPtr) in Eval() argument
52 bool DwarfOp<AddressType>::Decode(DfxRegs& regs, uintptr_t& addr) in Decode() argument
H A Ddfx_regs_arm64.cpp71 SetFromFpMiniRegs(const uintptr_t* regs, const size_t size) SetFromFpMiniRegs() argument
82 SetFromQutMiniRegs(const uintptr_t* regs, const size_t size) SetFromQutMiniRegs() argument
108 auto regs = GetRegsData(); PrintRegs() local
[all...]
H A Ddfx_regs_riscv64.cpp71 void DfxRegsRiscv64::SetFromFpMiniRegs(const uintptr_t* regs, const size_t size) in SetFromFpMiniRegs() argument
82 void DfxRegsRiscv64::SetFromQutMiniRegs(const uintptr_t* regs, const size_t size) in SetFromQutMiniRegs() argument
108 auto regs = GetRegsData(); PrintRegs() local
[all...]
H A Ddfx_regs_x86_64.cpp56 void DfxRegsX86_64::SetFromFpMiniRegs(const uintptr_t* regs, const size_t size) in SetFromFpMiniRegs() argument
60 void DfxRegsX86_64::SetFromQutMiniRegs(const uintptr_t* regs, const size_t size) in SetFromQutMiniRegs() argument
78 auto regs = GetRegsData(); in PrintRegs() local
[all...]
H A Ddfx_regs_arm.cpp70 void DfxRegsArm::SetFromFpMiniRegs(const uintptr_t* regs, const size_t size) in SetFromFpMiniRegs() argument
81 void DfxRegsArm::SetFromQutMiniRegs(const uintptr_t* regs, const size_t size) in SetFromQutMiniRegs() argument
108 auto regs = GetRegsData(); PrintRegs() local
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_pac_test.cpp60 auto regs = DfxRegs::CreateRemoteRegs(pid); in HWTEST_F() local
99 auto regs = DfxRegs::CreateRemoteRegs(pid); in HWTEST_F() local
H A Dfp_unwinder_test.cpp47 uintptr_t regs[2]; // 2: pc and fp reg in HWTEST_F() local
79 uintptr_t regs[2]; // 2: pc and fp reg in HWTEST_F() local
H A Dinstr_statistic_test.cpp66 auto regs = DfxRegs::CreateRemoteRegs(pid); in HWTEST_F() local
H A Dmemory_test.cpp56 uintptr_t regs[] = {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xa}; in HWTEST_F() local
229 uintptr_t regs[] = {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xa}; in HWTEST_F() local
458 uintptr_t regs[] = {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xa}; HWTEST_F() local
[all...]
H A Dregs_test.cpp236 uintptr_t regs[QUT_MINI_REGS_SIZE]; in HWTEST_F() local
253 uintptr_t regs[QUT_MINI_REGS_SIZE]; HWTEST_F() local
[all...]
/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() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dcppcrash_reporter.cpp189 std::string CppCrashReporter::GetRegsString(std::shared_ptr<DfxRegs> regs) in GetRegsString() argument
H A Ddfx_unwind_remote.cpp193 auto regs = thread->GetThreadRegs(); in UnwindOtherThread() local
237 auto regs = DfxRegs::CreateFromUcontext(request->context); in InitTargetKeyThreadRegs() local
H A Ddfx_unwind_async_thread.cpp42 auto regs = thread_->GetThreadRegs(); in UnwindStack() local
131 std::shared_ptr<DfxRegs> regs = thread_->GetThreadRegs(); in UnwindThreadFallback() local
H A Ddfx_thread.cpp67 void DfxThread::SetThreadRegs(const std::shared_ptr<DfxRegs> &regs) in SetThreadRegs() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp130 bool IsMatchAnyRegex(const std::string& line, const std::vector<std::regex>& regs) in IsMatchAnyRegex() argument
145 bool CheckContent(const std::string& fileName, const std::vector<std::regex>& regs, in CheckContent() argument
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_remote_benchmark.cpp90 auto regs = DfxRegs::CreateRemoteRegs(tid); in UnwinderRemoteFp() local
/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp87 auto regs = OHOS::HiviewDFX::DfxRegs::CreateFromUcontext(*uc); in CrashLocalUnwind() local

Completed in 13 milliseconds

12