Searched refs:GetThreadRegs (Results 1 – 6 of 6) sorted by relevance
42 auto regs = thread_->GetThreadRegs(); in UnwindStack()131 std::shared_ptr<DfxRegs> regs = thread_->GetThreadRegs(); in UnwindThreadFallback()
147 if (unwThread->GetThreadRegs() != nullptr) { in UnwindKeyThread()192 auto regs = thread->GetThreadRegs(); in UnwindOtherThread()
46 std::shared_ptr<DfxRegs> GetThreadRegs() const;
63 std::shared_ptr<DfxRegs> DfxThread::GetThreadRegs() const in GetThreadRegs() function in OHOS::HiviewDFX::DfxThread
247 auto regs = thread->GetThreadRegs(); in PrintThreadRegsByConfig()
181 std::shared_ptr<DfxRegs> outputrefs = thread->GetThreadRegs();