/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | accessors_test.cpp | 55 uintptr_t stackTop = static_cast<uintptr_t>(1); in HWTEST_F() local
|
H A D | unwinder_test.cpp | 69 uintptr_t stackTop = static_cast<uintptr_t>(-1); in HWTEST_F() local 89 uintptr_t stackTop = static_cast<uintptr_t>(-1); in HWTEST_F() local 326 uintptr_t stackBottom = 1, stackTop in HWTEST_F() local 450 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); HWTEST_F() local 522 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); HWTEST_F() local 572 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); HWTEST_F() local 610 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); HWTEST_F() local [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | thread_context.h | 47 uintptr_t stackTop; member
|
H A D | unwind_context.h | 67 uintptr_t stackTop = 0; member
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
H A D | fp_unwinder.cpp | 41 uintptr_t stackTop = 0; in Unwind() local
|
/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | stack_util.h | 82 AT_UNUSED inline bool GetMainStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRange() argument 92 AT_UNUSED static bool GetSelfStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSelfStackRange() argument 110 AT_UNUSED static bool GetSigAltStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSigAltStackRange() argument
|
/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | log_parse.cpp | 115 stack<string> stackTop; in GetStackTop() local
|
H A D | tbox.cpp | 148 std::stack<std::string> stackTop = logparse.GetStackTop(trace, 3); // 3 : first/second/last frame in FilterTrace() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_accessors.cpp | 88 bool DfxAccessorsLocal::IsValidFrame(uintptr_t addr, uintptr_t stackBottom, uintptr_t stackTop) in IsValidFrame() argument
|
H A D | thread_context.cpp | 227 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() argument
|
H A D | unwinder.cpp | 344 bool Unwinder::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() argument 497 bool Unwinder::Impl::GetMainStackRangeInner(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRangeInner() argument 507 bool Unwinder::Impl::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() argument 588 uintptr_t stackTop = static_cast<uintptr_t>(-1); UnwindLocal() local [all...] |
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/ |
H A D | faultloggerdunwinder_fuzzer.cpp | 243 uintptr_t stackTop; in TestThreadContext() local
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_benchmark.cpp | 109 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1);
in UnwinderLocalFp() local
|
/base/hiviewdfx/faultloggerd/tools/crasher_c/ |
H A D | dfx_crasher.c | 273 register void* stackTop; in StackTop() local
|
/base/startup/init/test/unittest/seccomp/ |
H A D | seccomp_unittest.cpp | 200 char *stackTop = stack + stackSize;
in CheckCloneNs() local
|
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.cpp | 460 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
|