Searched refs:GetLastErrorAddr (Results 1 – 6 of 6) sorted by relevance
169 inline uint64_t GetLastErrorAddr() in GetLastErrorAddr() function in OHOS::HiviewDFX::Unwinder::Impl350 uint64_t Unwinder::GetLastErrorAddr() const in GetLastErrorAddr() function in OHOS::HiviewDFX::Unwinder352 return impl_->GetLastErrorAddr(); in GetLastErrorAddr()805 … error code: %d, addr: %p", (int)GetLastErrorCode(), reinterpret_cast<void *>(GetLastErrorAddr())); in Unwind()992 … lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode()); in StepInner()997 … lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode()); in StepInner()1007 …lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()… in StepInner()1013 …lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()… in StepInner()
14 OHOS::HiviewDFX::Unwinder::GetLastErrorAddr*;
39 const uint64_t& GetLastErrorAddr() { return lastErrorData_.GetAddr(); } in GetLastErrorAddr() function
50 const uint64_t& GetLastErrorAddr() { return lastErrorData_.GetAddr(); } in GetLastErrorAddr() function
59 uint64_t GetLastErrorAddr() const;
369 uint64_t errorAddr = unwinder->GetLastErrorAddr();