Home
last modified time | relevance | path

Searched refs:GetMaps (Results 1 - 12 of 12) sorted by relevance

/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Delf_benchmark.cpp29 auto maps = dfxMaps->GetMaps(); in InitializeBuildId()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp89 const std::shared_ptr<DfxMaps>& maps = unwinder_->GetMaps(); in GetSubmitterStack()
137 std::shared_ptr<DfxMaps> maps = unwinder_->GetMaps(); in UnwindThreadFallback()
178 if (faultStack == nullptr || !faultStack->ParseUnwindStack(unwinder_->GetMaps(), frames)) { in UnwindThreadByParseStackIfNeed()
H A Dprinter.cpp136 std::shared_ptr<DfxMaps> maps = unwinder->GetMaps(); in PrintReason()
164 auto mapsVec = maps->GetMaps(); in PrintProcessMapsByConfig()
292 faultStack->CollectRegistersBlock(process->regs_, unwinder->GetMaps()); in PrintThreadFaultStackByConfig()
H A Ddfx_unwind_remote.cpp116 Printer::PrintProcessMapsByConfig(unwinder->GetMaps()); in UnwindProcess()
H A Dprocess_dumper.cpp670 if (unwinder_->GetMaps() == nullptr) { in InitUnwinder()
/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp90 for (const auto &map : unwind.GetMaps()->GetMaps()) { in CrashLocalUnwind()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_maps.h47 const std::vector<std::shared_ptr<DfxMap>>& GetMaps() const { return maps_; } in GetMaps() function in OHOS::HiviewDFX::DfxMaps
H A Dunwinder.h56 const std::shared_ptr<DfxMaps>& GetMaps() const;
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmaps_test.cpp178 auto maps = dfxMaps->GetMaps(); in HWTEST_F()
H A Dunwinder_test.cpp587 context.maps = unwinder->GetMaps(); in HWTEST_F()
625 context.maps = unwinder->GetMaps(); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_maps.cpp91 maps = dfxMaps->GetMaps(); in Create()
H A Dunwinder.cpp153 inline const std::shared_ptr<DfxMaps>& GetMaps() const in GetMaps() function in OHOS::HiviewDFX::Unwinder::Impl
329 const std::shared_ptr<DfxMaps>& Unwinder::GetMaps() const in GetMaps() function in OHOS::HiviewDFX::Unwinder
331 return impl_->GetMaps(); in GetMaps()

Completed in 12 milliseconds