Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp236 bool GetMainStackRangeInner(uintptr_t& stackBottom, uintptr_t& stackTop);
508 bool Unwinder::Impl::GetMainStackRangeInner(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRangeInner() function in OHOS::HiviewDFX::Unwinder::Impl
521 return GetMainStackRangeInner(stackBottom, stackTop); in GetStackRange()
559 if (!GetMainStackRangeInner(stackBottom, stackTop)) { in UnwindLocalWithTid()