Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp237 bool CheckAndReset(void* ctx);
499 bool Unwinder::Impl::CheckAndReset(void* ctx) in CheckAndReset() function in OHOS::HiviewDFX::Unwinder::Impl
749 if ((regs_ == nullptr) || (!CheckAndReset(ctx))) { in Unwind()
880 if ((regs_ == nullptr) || (!CheckAndReset(ctx))) { in Step()
903 if ((regs_ == nullptr) || (!CheckAndReset(ctx))) { in StepInner()