Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds