Home
last modified time | relevance | path

Searched refs:UnwindFromContext (Results 1 – 2 of 2) sorted by relevance

/system/core/libbacktrace/
DUnwindCurrent.h36 bool UnwindFromContext(size_t num_ignore_frames, bool within_handler);
DUnwindCurrent.cpp51 return UnwindFromContext(num_ignore_frames, false); in Unwind()
91 bool UnwindCurrent::UnwindFromContext(size_t num_ignore_frames, bool within_handler) { in UnwindFromContext() function in UnwindCurrent