Searched defs:stackBottom (Results 1 – 9 of 9) sorted by relevance
| /base/hiviewdfx/faultloggerd/common/dfxutil/ |
| D | stack_utils.cpp | 37 bool StackUtils::GetMainStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) const in GetMainStackRange() 57 bool StackUtils::GetSelfStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSelfStackRange()
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| D | unwinder_test.cpp | 67 uintptr_t stackBottom = 1; variable 87 uintptr_t stackBottom = 1; variable 324 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 447 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 519 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 569 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 607 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
|
| D | memory_test.cpp | 558 uintptr_t stackBottom; variable
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
| D | thread_context.h | 49 uintptr_t stackBottom; member
|
| D | unwind_context.h | 66 uintptr_t stackBottom = 0; member
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/src/unwind_local/ |
| D | thread_context.cpp | 269 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 412 void LocalThreadContextMix::SetStackRang(uintptr_t stackTop, uintptr_t stackBottom) in SetStackRang()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | unwinder.cpp | 373 bool Unwinder::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 530 bool Unwinder::Impl::GetMainStackRangeInner(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRangeInner() 550 bool Unwinder::Impl::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 588 uintptr_t stackBottom = 1; in UnwindLocalWithTid() local 629 uintptr_t stackBottom = 1; in UnwindLocal() local 1498 uintptr_t stackBottom = 1; in UnwindLocalByOtherTid() local
|
| /base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/ |
| D | faultloggerdunwinder_fuzzer.cpp | 188 uintptr_t stackBottom; in TestThreadContext() local
|
| /base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
| D | unwind_local_benchmark.cpp | 109 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); in UnwinderLocalFp() local
|