Searched refs:Unwind (Results 1 - 10 of 10) sorted by relevance

/system/core/libbacktrace/
H A DUnwindPtrace.h37 bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) override;
H A DBacktraceCurrent.h47 bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) override;
H A Dbacktrace_test.cpp164 ASSERT_TRUE(backtrace->Unwind(0));
185 ASSERT_TRUE(backtrace->Unwind(0));
202 ASSERT_TRUE(backtrace->Unwind(0));
222 ASSERT_TRUE(backtrace->Unwind(0));
269 ASSERT_TRUE(all->Unwind(0));
274 ASSERT_TRUE(ign1->Unwind(1));
279 ASSERT_TRUE(ign2->Unwind(2));
316 ASSERT_TRUE(backtrace->Unwind(0));
374 ASSERT_TRUE(ign1->Unwind(1));
378 ASSERT_TRUE(ign2->Unwind(
[all...]
H A DUnwindPtrace.cpp50 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { function in class:UnwindPtrace
H A DBacktraceCurrent.cpp67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { function in class:BacktraceCurrent
/system/core/libutils/
H A DCallStack.cpp44 if (!backtrace->Unwind(ignoreDepth)) {
/system/core/debuggerd/test/
H A DBacktraceMock.h51 virtual bool Unwind(size_t, ucontext_t*) { return false; } function in class:BacktraceMock
/system/core/include/backtrace/
H A DBacktrace.h72 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* context = NULL) = 0;
/system/core/debuggerd/
H A Dbacktrace.cpp101 if (backtrace->Unwind(0)) {
104 ALOGE("Unwind failed: tid = %d", tid);
H A Dtombstone.cpp465 if (backtrace->Unwind(0)) {
468 ALOGE("Unwind of sibling failed: pid = %d, tid = %d", pid, new_tid);
669 if (backtrace->Unwind(0)) {
672 ALOGE("Unwind failed: pid = %d, tid = %d", pid, tid);

Completed in 146 milliseconds