Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.cpp45 GetMainStackRange(stackBottom, stackTop); in Unwind()
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstack_util.h82 AT_UNUSED inline bool GetMainStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRange() function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dfp_unwinder.h56 if (!GetMainStackRange(stackBottom_, stackTop_)) {
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp512 } else if (maps_ == nullptr && !GetMainStackRange(stackBottom, stackTop)) { in GetMainStackRangeInner()