HomeSort by relevance Sort by last modified time
    Searched defs:Unwind (Results 1 - 11 of 11) sorted by null

  /external/lldb/include/lldb/Target/
Unwind.h 1 //===-- Unwind.h ------------------------------------------------*- C++ -*-===//
22 class Unwind
26 // Classes that inherit from Unwind can see and modify these
28 Unwind(Thread &thread) :
36 ~Unwind()
96 // Classes that inherit from Unwind can see and modify these
115 DISALLOW_COPY_AND_ASSIGN (Unwind);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace_libcdep.cc 74 void StackTrace::Unwind(uptr max_depth, uptr pc, uptr bp, void *context,
sanitizer_deadlock_detector_interface.h 68 virtual u32 Unwind() { return 0; }
  /external/libunwind/doc/
libunwind-ia64.tex 19 library to unwind both 32- and 64-bit targets, the type
27 possible for platform-dependent unwind code to use
194 \section{The Unwind-Context Type}
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 24 trace.Unwind(1000, 0, 0, 0, 0, 0, false);
64 u32 Callback::Unwind() {
  /system/core/libbacktrace/
UnwindPtrace.cpp 49 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
BacktraceImpl.cpp 59 bool Backtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
60 return impl_->Unwind(num_ignore_frames, ucontext);
BacktraceThread.cpp 143 // Pause the thread until the unwind is complete. This avoids having
158 bool BacktraceThread::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
160 // Unwind using an already existing ucontext.
161 return impl_->Unwind(num_ignore_frames, ucontext);
204 bool unwind_done = impl_->Unwind(num_ignore_frames, entry->GetUcontext());
UnwindCurrent.cpp 40 bool UnwindCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 39 virtual u32 Unwind() {
  /external/chromium_org/v8/src/
frames.cc 86 // Unwind handlers corresponding to the current frame.
862 handler->Unwind(isolate(), store, next_stack_handler_index,
    [all...]

Completed in 339 milliseconds