Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmemory_test.cpp114 ASSERT_TRUE(GetSelfStackRange(ctx.stackBottom, ctx.stackTop));
153 ASSERT_TRUE(GetSelfStackRange(ctx.stackBottom, ctx.stackTop));
183 ASSERT_TRUE(GetSelfStackRange(ctx.stackBottom, ctx.stackTop));
210 ASSERT_TRUE(GetSelfStackRange(ctx.stackBottom, ctx.stackTop));
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.cpp47 GetSelfStackRange(stackBottom, stackTop); in Unwind()
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstack_util.h92 AT_UNUSED static bool GetSelfStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSelfStackRange() function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dfp_unwinder.h60 if (!GetSelfStackRange(stackBottom_, stackTop_)) {
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dthread_context.cpp215 if (!GetSelfStackRange(ctxPtr->stackBottom, ctxPtr->stackTop)) { in CopyContextAndWaitTimeout()
H A Dunwinder.cpp523 return GetSelfStackRange(stackBottom, stackTop); in GetStackRange()