Lines Matching refs:DfxMaps
58 maps_ = DfxMaps::Create();
73 maps_ = DfxMaps::Create(pid, crash);
86 maps_ = DfxMaps::Create(pid, crash);
153 inline const std::shared_ptr<DfxMaps>& GetMaps() const
188 bool GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame);
265 std::shared_ptr<DfxMaps> maps_ = nullptr;
329 const std::shared_ptr<DfxMaps>& Unwinder::GetMaps() const
419 bool Unwinder::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame)
1279 bool Unwinder::Impl::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame &frame)
1357 bool Unwinder::GetSymbolByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, std::string& funcName, uint64_t& funcOffset)