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

/system/core/libbacktrace/
H A DUnwindPtrace.h31 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext);
H A DUnwindCurrent.h32 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext);
H A Dbacktrace_test.cpp148 ASSERT_TRUE(backtrace->Unwind(0));
168 ASSERT_TRUE(backtrace->Unwind(0));
185 ASSERT_TRUE(backtrace->Unwind(0));
232 ASSERT_TRUE(all->Unwind(0));
237 ASSERT_TRUE(ign1->Unwind(1));
242 ASSERT_TRUE(ign2->Unwind(2));
277 ASSERT_TRUE(backtrace->Unwind(0));
334 ASSERT_TRUE(ign1->Unwind(1));
338 ASSERT_TRUE(ign2->Unwind(2));
425 ASSERT_TRUE(backtrace->Unwind(
[all...]
H A DBacktraceThread.h89 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext);
H A DBacktraceImpl.cpp59 bool Backtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { function in class:Backtrace
60 return impl_->Unwind(num_ignore_frames, ucontext);
H A DBacktraceImpl.h29 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) = 0;
H A DBacktraceThread.cpp175 bool BacktraceThread::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { function in class:BacktraceThread
177 // Unwind using an already existing ucontext.
178 return impl_->Unwind(num_ignore_frames, ucontext);
221 bool unwind_done = impl_->Unwind(num_ignore_frames, entry->GetUcontext());
H A DUnwindPtrace.cpp49 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { function in class:UnwindPtrace
H A DUnwindCurrent.cpp40 bool UnwindCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { function in class:UnwindCurrent
/system/core/libutils/
H A DCallStack.cpp44 if (!backtrace->Unwind(ignoreDepth)) {
/system/core/include/backtrace/
H A DBacktrace.h75 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* context = NULL);
/system/core/debuggerd/
H A Dbacktrace.cpp96 if (backtrace->Unwind(0)) {
H A Dtombstone.cpp429 if (backtrace->Unwind(0)) {
629 if (backtrace->Unwind(0)) {

Completed in 594 milliseconds