Home
last modified time | relevance | path

Searched refs:GetMapByPcAndCtx (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp46 bool DfxAccessors::GetMapByPcAndCtx(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPcAndCtx() function in OHOS::HiviewDFX::DfxAccessors
157 if (!DfxAccessors::GetMapByPcAndCtx(pc, map, arg)) { in GetMapByPc()
255 if (!DfxAccessors::GetMapByPcAndCtx(pc, map, arg)) { in GetMapByPc()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_accessors.h41 static bool GetMapByPcAndCtx(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg);