Lines Matching refs:DfxRegs
139 inline void SetRegs(const std::shared_ptr<DfxRegs> ®s)
148 inline const std::shared_ptr<DfxRegs>& GetRegs() const
231 bool Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs);
264 std::shared_ptr<DfxRegs> regs_ = nullptr;
319 void Unwinder::SetRegs(std::shared_ptr<DfxRegs> regs)
324 const std::shared_ptr<DfxRegs>& Unwinder::GetRegs() const
541 regs_ = DfxRegs::CreateFromUcontext(*(threadContext->ctx));
577 regs_ = DfxRegs::CreateFromUcontext(context);
601 regs_ = DfxRegs::CreateFromRegs(UnwindMode::FRAMEPOINTER_UNWIND, miniRegs,
607 regs_ = DfxRegs::Create();
645 regs_ = DfxRegs::CreateRemoteRegs(tid);
1079 bool Unwinder::Impl::Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs)