Lines Matching refs:regs
248 std::shared_ptr<DfxRegs> regs = thread->GetThreadRegs(); in UpdateAndPrintFrameInfo() local
249 if (regs != nullptr) { in UpdateAndPrintFrameInfo()
250 tips.append(regs->GetSpecialRegisterName(frame->GetFramePc())); in UpdateAndPrintFrameInfo()
303 std::shared_ptr<DfxRegs> regs = thread->GetThreadRegs(); in UnwindThread() local
304 if (regs != nullptr) { in UnwindThread()
305 std::vector<uintptr_t> regsVector = regs->GetRegsData(); in UnwindThread()
322 if (regs != nullptr) { in UnwindThread()
323 DfxRingBufferWrapper::GetInstance().AppendMsg(regs->PrintRegs()); in UnwindThread()
337 std::shared_ptr<DfxRegs> regs = thread->GetThreadRegs(); in UnwindThreadFallback() local
338 if (regs == nullptr) { in UnwindThreadFallback()
366 createFrame(0, regs->GetPC()); in UnwindThreadFallback()
367 createFrame(1, regs->GetLR()); in UnwindThreadFallback()
368 DfxRingBufferWrapper::GetInstance().AppendMsg(regs->PrintRegs()); in UnwindThreadFallback()