Home
last modified time | relevance | path

Searched refs:acc_ (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_memory.h30 explicit DfxMemory(std::shared_ptr<DfxAccessors> acc) : acc_(acc) {} in DfxMemory()
91 std::shared_ptr<DfxAccessors> acc_ = nullptr; member in OHOS::HiviewDFX::DfxMemory
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_memory.cpp43 if (acc_ != nullptr && acc_->AccessReg(regIdx, val, ctx_) == UNW_ERROR_NONE) { in ReadReg()
51 if (acc_ != nullptr && acc_->AccessMem(addr, val, ctx_) == UNW_ERROR_NONE) { in ReadMem()
H A Dunwinder.cpp60 acc_ = std::make_shared<DfxAccessorsLocal>(); in Impl()
74 acc_ = std::make_shared<DfxAccessorsRemote>(); in Impl()
87 acc_ = std::make_shared<DfxAccessorsRemote>(); in Impl()
100 acc_ = std::make_shared<DfxAccessorsCustomize>(accessors); in Impl()
261 std::shared_ptr<DfxAccessors> acc_ = nullptr; member in OHOS::HiviewDFX::Unwinder::Impl
457 memory_ = std::make_shared<DfxMemory>(acc_); in Init()
927 MAYBE_UNUSED int mapRet = acc_->GetMapByPc(frame.pc, map, ctx); in StepInner()
974 MAYBE_UNUSED int utiRet = acc_->FindUnwindTable(frame.pc, uti, ctx); in StepInner()
1308 if (acc_->AccessMem(lockPtrAddr, &lockAddr, &context) != UNW_ERROR_NONE) { in GetLockInfo()

Completed in 4 milliseconds