Home
last modified time | relevance | path

Searched defs:stackBottom (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/faultloggerd/common/dfxutil/
Dstack_util.h86 AT_UNUSED inline bool GetMainStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRange()
96 AT_UNUSED static bool GetSelfStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSelfStackRange()
114 AT_UNUSED static bool GetSigAltStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSigAltStackRange()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dunwinder_test.cpp68 uintptr_t stackBottom = 1; variable
88 uintptr_t stackBottom = 1; variable
325 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
449 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
521 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
571 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
609 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
Dfp_unwinder.cpp41 uintptr_t stackBottom = 0; in Unwind() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Dthread_context.h49 uintptr_t stackBottom; member
Dunwind_context.h66 uintptr_t stackBottom = 0; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Dthread_context.cpp264 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange()
408 void LocalThreadContextMix::SetStackRang(uintptr_t stackTop, uintptr_t stackBottom) in SetStackRang()
Dunwinder.cpp356 bool Unwinder::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange()
515 bool Unwinder::Impl::GetMainStackRangeInner(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRangeInner()
535 bool Unwinder::Impl::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange()
573 uintptr_t stackBottom = 1; in UnwindLocalWithTid() local
614 uintptr_t stackBottom = 1; in UnwindLocal() local
1467 uintptr_t stackBottom = 1; in UnwindLocalByOtherTid() local
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
Dfaultloggerdunwinder_fuzzer.cpp217 uintptr_t stackBottom; in TestThreadContext() local
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
Dunwind_local_benchmark.cpp109 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); in UnwinderLocalFp() local