Searched refs:Unwind (Results 1 – 14 of 14) sorted by relevance
/system/core/libbacktrace/ |
D | backtrace_test.cpp | 182 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyLevelBacktrace() 204 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyMaxBacktrace() 234 ASSERT_TRUE(backtrace->Unwind(0)); in TEST() 281 ASSERT_TRUE(all->Unwind(0)); in VerifyLevelIgnoreFrames() 287 ASSERT_TRUE(ign1->Unwind(1)); in VerifyLevelIgnoreFrames() 293 ASSERT_TRUE(ign2->Unwind(2)); in VerifyLevelIgnoreFrames() 330 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyProcTest() 389 ASSERT_TRUE(ign1->Unwind(1)); in VerifyProcessIgnoreFrames() 394 ASSERT_TRUE(ign2->Unwind(2)); in VerifyProcessIgnoreFrames() 478 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyLevelThread() [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 | 59 bool Unwind(size_t num_ignore_frames, ucontext_t* context) override;
|
D | UnwindPtrace.cpp | 82 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 | 316 ASSERT_TRUE(backtrace->Unwind(0, &ucontext)); in BacktraceOfflineTest() 390 ASSERT_TRUE(backtrace->Unwind(0, &ucontext)); in TEST()
|
D | BacktraceOffline.cpp | 174 bool BacktraceOffline::Unwind(size_t num_ignore_frames, ucontext_t* context) { in Unwind() function in BacktraceOffline
|
/system/core/debuggerd/libdebuggerd/ |
D | backtrace.cpp | 68 if (backtrace->Unwind(0)) { in dump_thread() 109 if (backtrace->Unwind(0, ucontext)) { in dump_backtrace_ucontext()
|
D | tombstone.cpp | 493 if (backtrace->Unwind(0)) { in dump_thread() 767 if (backtrace->Unwind(0, ucontext)) { in engrave_tombstone_ucontext()
|
/system/core/libutils/ |
D | CallStack.cpp | 46 if (!backtrace->Unwind(ignoreDepth)) { in update()
|
/system/core/debuggerd/libdebuggerd/test/ |
D | BacktraceMock.h | 51 virtual bool Unwind(size_t, ucontext_t*) { return false; } in Unwind() function
|
/system/core/libbacktrace/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 | 135 if (backtrace->Unwind(0, &ucontext)) { in UnwindCallChain()
|