Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A 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()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Daccessors_test.cpp55 uintptr_t stackTop = static_cast<uintptr_t>(1); variable
H A 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
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dthread_context.h47 uintptr_t stackTop; member
H A Dunwind_context.h67 uintptr_t stackTop = 0; member
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/dump/
H A Ddump.cpp79 uintptr_t stackTop = static_cast<uintptr_t>(stackBottom + co->stkMem.size); in DumpTask() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.cpp42 uintptr_t stackTop = 0; in Unwind() local
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A 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
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/
H A Dtbox.cpp148 … std::stack<std::string> stackTop = logparse.GetStackTop(trace, 3); // 3 : first/second/last frame in FilterTrace() local
H A Dlog_parse.cpp115 stack<string> stackTop; in GetStackTop() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp355 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()
557 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocalWithTid() local
598 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocal() local
H A Dthread_context.cpp227 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange()
H A Ddfx_accessors.cpp88 bool DfxAccessorsLocal::IsValidFrame(uintptr_t addr, uintptr_t stackBottom, uintptr_t stackTop) in IsValidFrame()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c273 register void* stackTop; in StackTop() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp243 uintptr_t stackTop; in TestThreadContext() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_benchmark.cpp109 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); in UnwinderLocalFp() local
/ohos5.0/base/startup/init/test/unittest/seccomp/
H A Dseccomp_unittest.cpp200 char *stackTop = stack + stackSize; in CheckCloneNs() local