Lines Matching refs:maps_
58 maps_ = DfxMaps::Create();
73 maps_ = DfxMaps::Create(pid, crash);
86 maps_ = DfxMaps::Create(pid, crash);
155 return maps_;
265 std::shared_ptr<DfxMaps> maps_ = nullptr;
499 if (maps_ != nullptr && !maps_->GetStackRange(stackBottom, stackTop)) {
501 } else if (maps_ == nullptr && !GetMainStackRange(stackBottom, stackTop)) {
564 context.maps = maps_;
620 context.maps = maps_;
637 if ((maps_ == nullptr) || (pid_ <= 0) || (tid < 0)) {
656 context.maps = maps_;
1335 if ((maps_ == nullptr) || !maps_->FindMapByAddr(pcs[i], map) || (map == nullptr)) {