Searched refs:Unwind (Results 1 – 14 of 14) sorted by relevance
/system/core/libbacktrace/ |
D | backtrace_test.cpp | 164 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyLevelBacktrace() 186 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyMaxBacktrace() 204 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyThreadTest() 225 ASSERT_TRUE(backtrace->Unwind(0)); in TEST() 273 ASSERT_TRUE(all->Unwind(0)); in VerifyLevelIgnoreFrames() 279 ASSERT_TRUE(ign1->Unwind(1)); in VerifyLevelIgnoreFrames() 285 ASSERT_TRUE(ign2->Unwind(2)); in VerifyLevelIgnoreFrames() 323 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyProcTest() 382 ASSERT_TRUE(ign1->Unwind(1)); in VerifyProcessIgnoreFrames() 387 ASSERT_TRUE(ign2->Unwind(2)); in VerifyProcessIgnoreFrames() [all …]
|
D | UnwindPtrace.h | 37 bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) override;
|
D | BacktraceCurrent.h | 47 bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) override;
|
D | BacktraceOffline.h | 79 bool Unwind(size_t num_ignore_frames, ucontext_t* context) override;
|
D | UnwindPtrace.cpp | 50 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind() function in UnwindPtrace
|
D | BacktraceCurrent.cpp | 67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind() function in BacktraceCurrent
|
D | backtrace_offline_test.cpp | 114 ASSERT_TRUE(backtrace->Unwind(0, &ucontext)); in OfflineBacktraceFunctionCall()
|
D | BacktraceOffline.cpp | 132 bool BacktraceOffline::Unwind(size_t num_ignore_frames, ucontext_t* context) { in Unwind() function in BacktraceOffline
|
/system/core/libutils/ |
D | CallStack.cpp | 45 if (!backtrace->Unwind(ignoreDepth)) { in update()
|
/system/core/debuggerd/test/ |
D | BacktraceMock.h | 51 virtual bool Unwind(size_t, ucontext_t*) { return false; } in Unwind() function
|
/system/core/debuggerd/ |
D | backtrace.cpp | 92 if (backtrace->Unwind(0)) { in dump_thread()
|
D | tombstone.cpp | 465 if (backtrace->Unwind(0)) { in dump_thread()
|
/system/core/include/backtrace/ |
D | Backtrace.h | 104 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* context = NULL) = 0;
|
/system/extras/simpleperf/ |
D | dwarf_unwind.cpp | 130 if (backtrace->Unwind(0, &ucontext)) { in UnwindCallChain()
|