Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.cpp39 uintptr_t stackPtr = reinterpret_cast<uintptr_t>(__builtin_frame_address(0)); in Unwind() local
47 if (!(stackPtr >= stackBottom && stackPtr < stackTop)) { in Unwind()
49 if (stackPtr < stackBottom || stackPtr >= stackTop) { in Unwind()

Completed in 1 milliseconds