Home
last modified time | relevance | path

Searched defs:exception_object (Results 1 – 13 of 13) sorted by relevance

/external/libunwind_llvm/src/
DUnwind-sjlj.c109 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1()
168 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2()
237 unwind_phase2_forced(struct _Unwind_Exception *exception_object, in unwind_phase2_forced()
321 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_RaiseException()
352 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume()
370 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume_or_Rethrow()
470 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) { in _Unwind_DeleteException()
DUnwindLevel1.c37 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
130 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2()
240 _Unwind_Exception *exception_object, in unwind_phase2_forced()
343 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
378 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
401 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
458 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
DUnwind-seh.cpp240 _Unwind_Exception *exception_object, in unwind_phase2_forced()
343 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
372 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
411 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
DUnwind-EHABI.cpp436 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
534 _Unwind_Exception *exception_object, in unwind_phase2()
665 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()
685 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete()
703 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()
971 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
980 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame()
DUnwindLevel1-gcc-ext.c33 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow()
/external/libunwind/src/unwind/
DDeleteException.c29 _Unwind_DeleteException (struct _Unwind_Exception *exception_object) in _Unwind_DeleteException()
DResume.c29 _Unwind_Resume (struct _Unwind_Exception *exception_object) in _Unwind_Resume()
DResume_or_Rethrow.c29 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exception_object) in _Unwind_Resume_or_Rethrow()
DForcedUnwind.c30 _Unwind_ForcedUnwind (struct _Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
DRaiseException.c30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object) in _Unwind_RaiseException()
Dunwind-internal.h58 _Unwind_Phase2 (struct _Unwind_Exception *exception_object, in _Unwind_Phase2()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call_credentials.c68 VALUE exception_object) { in grpc_rb_call_credentials_callback_rescue()
/external/v8/src/
Dmessages.cc87 Object* exception_object = ReadOnlyRoots(isolate).undefined_value(); in ReportMessage() local