Searched defs:stackTop (Results 1 – 14 of 14) sorted by relevance
| /base/hiviewdfx/faultloggerd/frameworks/unwinder/include/ |
| D | fp_unwinder.h | 44 inline bool IsValidFrame(uintptr_t frame, uintptr_t stackTop, uintptr_t stackBottom) in IsValidFrame()
|
| /base/hiviewdfx/faultloggerd/common/dfxutil/ |
| D | stack_util.h | 24 inline int GetSelfStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSelfStackRange()
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| D | accessors_test.cpp | 56 uintptr_t stackTop = static_cast<uintptr_t>(1); variable
|
| D | unwinder_test.cpp | 65 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/ |
| D | dfx_crasher.cpp | 388 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/ |
| D | tbox.cpp | 148 … std::stack<std::string> stackTop = logparse.GetStackTop(trace, 3); // 3 : first/second/last frame in FilterTrace() local
|
| D | log_parse.cpp | 115 stack<string> stackTop; in GetStackTop() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | dfx_accessors.cpp | 42 bool DfxAccessorsLocal::IsValidFrame(uintptr_t addr, uintptr_t stackBottom, uintptr_t stackTop) in IsValidFrame()
|
| D | unwinder.cpp | 76 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/ |
| D | unwind_context.h | 65 uintptr_t stackTop = 0; member
|
| /base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
| D | unwind_local_benchmark.cpp | 97 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); in UnwinderLocalFp() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
| D | dfx_crash_local_handler.c | 240 uintptr_t stackTop = (uintptr_t)(-1); // -1:stackTop in UnwindWithContextByFramePointer() local
|
| /base/hiviewdfx/faultloggerd/tools/crasher_c/ |
| D | dfx_crasher.c | 271 register void* stackTop; in StackTop() local
|
| /base/startup/init/test/unittest/seccomp/ |
| D | seccomp_unittest.cpp | 199 char *stackTop = stack + stackSize; in CheckCloneNs() local
|