Searched refs:_Unwind_VRS_Interpret (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | libunwind_ext.h | 38 extern _Unwind_Reason_Code _Unwind_VRS_Interpret(_Unwind_Context *context,
|
D | UnwindLevel1-gcc-ext.c | 163 result = _Unwind_VRS_Interpret(context, unwindInfo, off, len); in _Unwind_Backtrace()
|
D | Unwind-EHABI.cpp | 190 return _Unwind_VRS_Interpret(context, unwindingData, off, len); in unwindOneFrame() 241 _Unwind_Reason_Code _Unwind_VRS_Interpret( in _Unwind_VRS_Interpret() function
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 1050 if (_Unwind_VRS_Interpret(context, unwind_opcodes, 1, opcode_words * 4) != in continue_unwind()
|