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

  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 1 //===------------------------- UnwindCursor.hpp ---------------------------===//
390 /// UnwindCursor contains all state (including all register values) during
393 class UnwindCursor : public AbstractUnwindCursor{
396 UnwindCursor(unw_context_t *context, A &as);
397 UnwindCursor(A &as, void *threadArg);
398 virtual ~UnwindCursor() {}
536 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as)
539 static_assert(sizeof(UnwindCursor<A, R>) < sizeof(unw_cursor_t),
540 "UnwindCursor<> does not fit in unw_cursor_t")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 1 //===------------------------- UnwindCursor.hpp ---------------------------===//
390 /// UnwindCursor contains all state (including all register values) during
393 class UnwindCursor : public AbstractUnwindCursor{
396 UnwindCursor(unw_context_t *context, A &as);
397 UnwindCursor(A &as, void *threadArg);
398 virtual ~UnwindCursor() {}
536 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as)
539 static_assert(sizeof(UnwindCursor<A, R>) < sizeof(unw_cursor_t),
540 "UnwindCursor<> does not fit in unw_cursor_t")
    [all...]

Completed in 193 milliseconds