Searched defs:stackBottom (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | stack_util.h | 82 AT_UNUSED inline bool GetMainStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRange() 92 AT_UNUSED static bool GetSelfStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSelfStackRange() 110 AT_UNUSED static bool GetSigAltStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSigAltStackRange()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | accessors_test.cpp | 53 uintptr_t stackBottom = 999; variable
|
H A D | unwinder_test.cpp | 68 uintptr_t stackBottom = 1; variable 88 uintptr_t stackBottom = 1; variable 326 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 450 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 522 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 572 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 610 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | thread_context.h | 46 uintptr_t stackBottom; member
|
H A D | unwind_context.h | 66 uintptr_t stackBottom = 0; member
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/dump/ |
H A D | dump.cpp | 78 …uintptr_t stackBottom = reinterpret_cast<uintptr_t>(reinterpret_cast<char*>(co) + sizeof(CoRoutine… in DumpTask() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
H A D | fp_unwinder.cpp | 41 uintptr_t stackBottom = 0; in Unwind() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | unwinder.cpp | 355 bool Unwinder::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 508 bool Unwinder::Impl::GetMainStackRangeInner(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRangeInner() 518 bool Unwinder::Impl::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 556 uintptr_t stackBottom = 1; in UnwindLocalWithTid() local 597 uintptr_t stackBottom = 1; in UnwindLocal() local
|
H A D | thread_context.cpp | 227 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange()
|
H A D | dfx_accessors.cpp | 88 bool DfxAccessorsLocal::IsValidFrame(uintptr_t addr, uintptr_t stackBottom, uintptr_t stackTop) in IsValidFrame()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/ |
H A D | faultloggerdunwinder_fuzzer.cpp | 242 uintptr_t stackBottom; in TestThreadContext() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_benchmark.cpp | 109 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); in UnwinderLocalFp() local
|