Home
last modified time | relevance | path

Searched defs:stackTop (Results 1 – 16 of 16) sorted by relevance

/base/hiviewdfx/faultloggerd/common/dfxutil/
Dstack_util.h82 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()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Daccessors_test.cpp55 uintptr_t stackTop = static_cast<uintptr_t>(1); variable
Dunwinder_test.cpp69 uintptr_t stackTop = static_cast<uintptr_t>(-1); variable
89 uintptr_t stackTop = static_cast<uintptr_t>(-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
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Dthread_context.h47 uintptr_t stackTop; member
Dunwind_context.h67 uintptr_t stackTop = 0; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
Dfp_unwinder.cpp42 uintptr_t stackTop = 0; in Unwind() local
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
Ddfx_crasher.cpp460 unsigned int stackTop; in StackTop() local
463 uint64_t stackTop; in StackTop() local
466 uint64_t stackTop = 0; // for fixing compile error on x64 in StackTop() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Dunwinder.cpp344 bool Unwinder::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange()
497 bool Unwinder::Impl::GetMainStackRangeInner(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRangeInner()
507 bool Unwinder::Impl::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange()
546 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocalWithTid() local
587 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocal() local
Dthread_context.cpp227 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange()
Ddfx_accessors.cpp88 bool DfxAccessorsLocal::IsValidFrame(uintptr_t addr, uintptr_t stackBottom, uintptr_t stackTop) in IsValidFrame()
/base/hiviewdfx/hiview/utility/common_utils/
Dtbox.cpp148 … std::stack<std::string> stackTop = logparse.GetStackTop(trace, 3); // 3 : first/second/last frame in FilterTrace() local
Dlog_parse.cpp115 stack<string> stackTop; in GetStackTop() local
/base/hiviewdfx/faultloggerd/tools/crasher_c/
Ddfx_crasher.c273 register void* stackTop; in StackTop() local
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
Dfaultloggerdunwinder_fuzzer.cpp243 uintptr_t stackTop; 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
/base/startup/init/test/unittest/seccomp/
Dseccomp_unittest.cpp200 char *stackTop = stack + stackSize; in CheckCloneNs() local