Lines Matching refs:maps_
58 maps_ = DfxMaps::Create(); in Impl()
73 maps_ = DfxMaps::Create(pid, crash); in Impl()
86 maps_ = DfxMaps::Create(pid, crash); in Impl()
162 return maps_; in GetMaps()
276 std::shared_ptr<DfxMaps> maps_ = nullptr; member in OHOS::HiviewDFX::Unwinder::Impl
510 if (maps_ != nullptr && !maps_->GetStackRange(stackBottom, stackTop)) { in GetMainStackRangeInner()
512 } else if (maps_ == nullptr && !GetMainStackRange(stackBottom, stackTop)) { in GetMainStackRangeInner()
574 context.maps = maps_; in UnwindLocalWithTid()
629 context.maps = maps_; in UnwindLocal()
646 if ((maps_ == nullptr) || (pid_ <= 0) || (tid < 0)) { in UnwindRemote()
665 context.maps = maps_; in UnwindRemote()
1357 if ((maps_ == nullptr) || !maps_->FindMapByAddr(pcs[i], map) || (map == nullptr)) { in GetFramesByPcs()