Home
last modified time | relevance | path

Searched refs:GetThreadRegs (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp42 auto regs = thread_->GetThreadRegs(); in UnwindStack()
131 std::shared_ptr<DfxRegs> regs = thread_->GetThreadRegs(); in UnwindThreadFallback()
H A Ddfx_unwind_remote.cpp147 if (unwThread->GetThreadRegs() != nullptr) { in UnwindKeyThread()
192 auto regs = thread->GetThreadRegs(); in UnwindOtherThread()
H A Ddfx_thread.h46 std::shared_ptr<DfxRegs> GetThreadRegs() const;
H A Ddfx_thread.cpp63 std::shared_ptr<DfxRegs> DfxThread::GetThreadRegs() const in GetThreadRegs() function in OHOS::HiviewDFX::DfxThread
H A Dprinter.cpp247 auto regs = thread->GetThreadRegs(); in PrintThreadRegsByConfig()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp181 std::shared_ptr<DfxRegs> outputrefs = thread->GetThreadRegs();