Home
last modified time | relevance | path

Searched refs:GetMapByPc (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_accessors.h46 virtual int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) = 0;
60 int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) override;
79 int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) override;
90 int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) override;
H A Dunwind_context.h61 int (*GetMapByPc)(uintptr_t, std::shared_ptr<DfxMap> &, void *); member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp155 int DfxAccessorsLocal::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() function in OHOS::HiviewDFX::DfxAccessorsLocal
253 int DfxAccessorsRemote::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() function in OHOS::HiviewDFX::DfxAccessorsRemote
285 int DfxAccessorsCustomize::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() function in OHOS::HiviewDFX::DfxAccessorsCustomize
287 if (accessors_ == nullptr || accessors_->GetMapByPc == nullptr) { in GetMapByPc()
290 return accessors_->GetMapByPc(pc, map, arg); in GetMapByPc()
H A Dunwinder.cpp932 MAYBE_UNUSED int mapRet = acc_->GetMapByPc(frame.pc, map, ctx); in StepInner()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp106 int ThreadSampler::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() function in OHOS::HiviewDFX::ThreadSampler
189 accessors_->GetMapByPc = &ThreadSampler::GetMapByPc; in InitUnwinder()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler.h93 static int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg);