Home
last modified time | relevance | path

Searched refs:Unwind (Results 1 – 14 of 14) sorted by relevance

/system/core/libbacktrace/
Dbacktrace_test.cpp164 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 …]
DUnwindPtrace.h37 bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) override;
DBacktraceCurrent.h47 bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) override;
DBacktraceOffline.h79 bool Unwind(size_t num_ignore_frames, ucontext_t* context) override;
DUnwindPtrace.cpp50 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind() function in UnwindPtrace
DBacktraceCurrent.cpp67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind() function in BacktraceCurrent
Dbacktrace_offline_test.cpp114 ASSERT_TRUE(backtrace->Unwind(0, &ucontext)); in OfflineBacktraceFunctionCall()
DBacktraceOffline.cpp132 bool BacktraceOffline::Unwind(size_t num_ignore_frames, ucontext_t* context) { in Unwind() function in BacktraceOffline
/system/core/libutils/
DCallStack.cpp45 if (!backtrace->Unwind(ignoreDepth)) { in update()
/system/core/debuggerd/test/
DBacktraceMock.h51 virtual bool Unwind(size_t, ucontext_t*) { return false; } in Unwind() function
/system/core/debuggerd/
Dbacktrace.cpp92 if (backtrace->Unwind(0)) { in dump_thread()
Dtombstone.cpp465 if (backtrace->Unwind(0)) { in dump_thread()
/system/core/include/backtrace/
DBacktrace.h104 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* context = NULL) = 0;
/system/extras/simpleperf/
Ddwarf_unwind.cpp130 if (backtrace->Unwind(0, &ucontext)) { in UnwindCallChain()