Searched defs:exception_object (Results 1 – 11 of 11) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-sjlj.c | 109 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1() 164 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2() 232 unwind_phase2_forced(struct _Unwind_Exception *exception_object, in unwind_phase2_forced() 316 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_RaiseException() 346 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume() 363 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume_or_Rethrow() 460 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) { in _Unwind_DeleteException()
|
D | UnwindLevel1.c | 36 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() 129 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2() 239 _Unwind_Exception *exception_object, in unwind_phase2_forced() 342 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() 377 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume() 400 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind() 456 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
|
D | Unwind-EHABI.cpp | 439 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() 537 _Unwind_Exception *exception_object, in unwind_phase2() 668 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() 688 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete() 706 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume() 974 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException() 983 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame()
|
D | UnwindLevel1-gcc-ext.c | 30 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow()
|
/external/libunwind/src/unwind/ |
D | DeleteException.c | 29 _Unwind_DeleteException (struct _Unwind_Exception *exception_object) in _Unwind_DeleteException()
|
D | Resume.c | 29 _Unwind_Resume (struct _Unwind_Exception *exception_object) in _Unwind_Resume()
|
D | Resume_or_Rethrow.c | 29 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exception_object) in _Unwind_Resume_or_Rethrow()
|
D | ForcedUnwind.c | 30 _Unwind_ForcedUnwind (struct _Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
|
D | RaiseException.c | 30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object) in _Unwind_RaiseException()
|
D | unwind-internal.h | 58 _Unwind_Phase2 (struct _Unwind_Exception *exception_object, in _Unwind_Phase2()
|
/external/v8/src/ |
D | messages.cc | 87 Object* exception_object = isolate->heap()->undefined_value(); in ReportMessage() local
|