Searched refs:regs_ (Results 1 – 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_thread.cpp | 42 DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid) : regs_(nullptr) in DfxThread() 63 return regs_; in GetThreadRegs() 68 regs_ = regs; in SetThreadRegs()
|
D | dfx_thread.h | 66 std::shared_ptr<DfxRegs> regs_; variable
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/src/ |
D | callstack.cpp | 478 …if (!RegisterGetValue(val, unwindInfoPtr->callStack.regs_, perfRegIndex, unwindInfoPtr->callStack.… 619 regs_ = regs; 625 UpdateRegForABI(arch_, regs_); 626 if (!RegisterGetSPValue(stackPoint_, arch_, regs_, regsNum_)) { 636 if (!GetIpSP(ip, sp, regs_, regsNum_)) { 661 regs_ = regs; 667 UpdateRegForABI(arch_, regs_); 668 if (!RegisterGetSPValue(stackPoint_, arch_, regs_, regsNum_)) { 678 if (!GetIpSP(ip, sp, regs_, regsNum_)) {
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/include/ |
D | callstack.h | 141 u64 *regs_ = nullptr; // not const , be cause we will fix it for arm64 cpu in UpdateRegForABI variable
|