Home
last modified time | relevance | path

Searched defs:regs (Results 1 – 17 of 17) sorted by relevance

/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_regs_arm64.cpp29 std::vector<uintptr_t> regs {}; in DfxRegsArm64() local
70 std::vector<uintptr_t> regs = GetRegsData(); in PrintRegs() local
Ddfx_regs_arm.cpp31 std::vector<uintptr_t> regs {}; in DfxRegsArm() local
56 std::vector<uintptr_t> regs = GetRegsData(); in PrintRegs() local
Ddfx_regs_x86_64.cpp31 std::vector<uintptr_t> regs {}; in DfxRegsX86_64() local
57 std::vector<uintptr_t> regs = GetRegsData(); in PrintRegs() local
Ddfx_regs.cpp63 void DfxRegs::SetRegsData(const std::vector<uintptr_t>& regs) in SetRegsData()
Dfp_unwinder.cpp87 uintptr_t regs[FP_MINI_REGS_SIZE] = {0}; in Unwind() local
/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddfx_regs.h67 inline AT_ALWAYS_INLINE void GetFramePointerMiniRegs(void *regs) override in GetFramePointerMiniRegs()
96 inline AT_ALWAYS_INLINE void GetFramePointerMiniRegs(void *regs) override in GetFramePointerMiniRegs()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_remote.cpp274 std::shared_ptr<DfxRegs> regs = thread->GetThreadRegs(); in UpdateAndFillFrame() local
297 std::shared_ptr<DfxRegs> regs = thread->GetThreadRegs(); in GetArkJsHeapFuncName() local
355 std::shared_ptr<DfxRegs> regs = thread->GetThreadRegs(); in UnwindThread() local
381 std::shared_ptr<DfxRegs> regs = thread->GetThreadRegs(); in UnwindThreadFallback() local
Dprinter.cpp113 std::shared_ptr<DfxRegs> regs = thread->GetThreadRegs(); in PrintThreadRegsByConfig() local
Ddfx_thread.cpp66 void DfxThread::SetThreadRegs(const std::shared_ptr<DfxRegs> &regs) in SetThreadRegs()
Ddfx_fault_stack.cpp183 void FaultStack::CollectRegistersBlock(std::shared_ptr<DfxRegs> regs, std::shared_ptr<DfxElfMaps> m… in CollectRegistersBlock()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dfault_stack_test.cpp93 std::vector<uintptr_t> regs {}; in GetCurrentRegs() local
206 auto regs = GetCurrentReg(); variable
Dprocess_dump_test.cpp217 uintptr_t regs[FP_MINI_REGS_SIZE] = {0}; variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/src/
Dregister.cpp259 void UpdateRegForABI(ArchType arch, u64 *regs) in UpdateRegForABI()
Dcallstack.cpp560 bool CallStack::GetIpSP(uint64_t &ip, uint64_t &sp, const u64 *regs, size_t regNum) const argument
615 bool CallStack::UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum,
657 bool CallStack::UnwindCallStack(const VirtualThread &thread, u64 *regs, u64 regsNum,
/base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/include/
Dcallstack.h212 const u64 *regs; member
/base/startup/hvb/libhvb/src/crypto/
Dhvb_hash_sha256.c164 uint32_t regs[8]; in sha256_data_blk_update() local
/base/update/updater/services/ptable_parse/
Dptable.cpp195 uint32_t regs = 0xFFFFFFFF; // init to all ones in CalculateCrc32() local