Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Dfp_unwinder.h44 inline bool IsValidFrame(uintptr_t frame, uintptr_t stackTop, uintptr_t stackBottom) in IsValidFrame()
/base/hiviewdfx/faultloggerd/common/dfxutil/
Dstack_util.h24 inline int GetSelfStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSelfStackRange()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Daccessors_test.cpp56 uintptr_t stackTop = static_cast<uintptr_t>(1); variable
Dunwinder_test.cpp65 uintptr_t stackTop = static_cast<uintptr_t>(-1); variable
85 uintptr_t stackTop = static_cast<uintptr_t>(-1); variable
305 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
430 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
496 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
Ddfx_crasher.cpp388 unsigned int stackTop; in StackTop() local
391 uint64_t stackTop; in StackTop() local
394 uint64_t stackTop = 0; // for fixing compile error on x64 in StackTop() local
/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/interfaces/innerkits/unwinder/
Ddfx_accessors.cpp42 bool DfxAccessorsLocal::IsValidFrame(uintptr_t addr, uintptr_t stackBottom, uintptr_t stackTop) in IsValidFrame()
Dunwinder.cpp76 bool Unwinder::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange()
98 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); in UnwindLocal() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Dunwind_context.h65 uintptr_t stackTop = 0; member
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
Dunwind_local_benchmark.cpp97 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); in UnwinderLocalFp() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
Ddfx_crash_local_handler.c240 uintptr_t stackTop = (uintptr_t)(-1); // -1:stackTop in UnwindWithContextByFramePointer() local
/base/hiviewdfx/faultloggerd/tools/crasher_c/
Ddfx_crasher.c271 register void* stackTop; in StackTop() local
/base/startup/init/test/unittest/seccomp/
Dseccomp_unittest.cpp199 char *stackTop = stack + stackSize; in CheckCloneNs() local