Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dunwinder_test.cpp68 uintptr_t stackTop = static_cast<uintptr_t>(-1); variable
88 uintptr_t stackTop = static_cast<uintptr_t>(-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
Dmemory_test.cpp559 uintptr_t stackTop; variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Dthread_context.h50 uintptr_t stackTop; member
Dunwind_context.h67 uintptr_t stackTop = 0; member
/base/hiviewdfx/faultloggerd/common/dfxutil/
Dstack_utils.cpp57 bool StackUtils::GetSelfStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSelfStackRange()
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
Ddfx_crasher.cpp451 unsigned int stackTop; in StackTop() local
454 uint64_t stackTop; in StackTop() local
457 uint64_t stackTop = 0; // for fixing compile error on x64 in StackTop() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/src/unwind_local/
Dthread_context.cpp269 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/
Dunwinder.cpp373 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()
589 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocalWithTid() local
630 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocal() local
1499 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocalByOtherTid() local
/base/hiviewdfx/hiview/utility/common_utils/
Dtbox.cpp135 … std::stack<std::string> stackTop = logparse.GetStackTop(trace, 3); // 3 : first/second/last frame in FilterTrace() local
Dlog_parse.cpp62 stack<string> stackTop; in GetStackTop() local
/base/hiviewdfx/faultloggerd/tools/crasher_c/
Ddfx_crasher.c269 __attribute__((unused))register void* stackTop; in StackTop() local
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
Dfaultloggerdunwinder_fuzzer.cpp189 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.cpp204 char *stackTop = stack + stackSize; in CheckCloneNs() local