Searched refs:exception_object (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | Unwind-sjlj.c | 109 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1() argument 121 (void *)exception_object); in unwind_phase1() 131 (void *)exception_object, in unwind_phase1() 134 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 135 exception_object, (struct _Unwind_Context *)c); in unwind_phase1() 141 exception_object->private_2 = (uintptr_t) c; in unwind_phase1() 144 (void *)exception_object); in unwind_phase1() 150 (void *)exception_object); in unwind_phase1() 158 (void *)exception_object); in unwind_phase1() 168 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2() argument [all …]
|
D | UnwindLevel1.c | 38 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() argument 50 (void *)exception_object); in unwind_phase1() 56 (void *)exception_object); in unwind_phase1() 67 (void *)exception_object); in unwind_phase1() 85 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1() 96 (void *)exception_object, (void *)(uintptr_t)p); in unwind_phase1() 98 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 99 exception_object, (struct _Unwind_Context *)(cursor)); in unwind_phase1() 105 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1() 108 (void *)exception_object); in unwind_phase1() [all …]
|
D | Unwind-seh.cpp | 230 _Unwind_Exception *exception_object, in unwind_phase2_forced() argument 243 (void *)exception_object); in unwind_phase2_forced() 259 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced() 267 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 271 (void *)exception_object, stopResult); in unwind_phase2_forced() 275 (void *)exception_object); in unwind_phase2_forced() 285 (void *)exception_object, (void *)(uintptr_t)p); in unwind_phase2_forced() 287 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 294 (void *)exception_object); in unwind_phase2_forced() 301 (void *)exception_object); in unwind_phase2_forced() [all …]
|
D | Unwind-EHABI.cpp | 442 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() argument 460 static_cast<void *>(exception_object)); in unwind_phase1() 478 static_cast<void *>(exception_object), pc, in unwind_phase1() 490 static_cast<void *>(exception_object), in unwind_phase1() 493 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1() 494 exception_object->pr_cache.ehtp = in unwind_phase1() 496 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1() 498 (*p)(_US_VIRTUAL_UNWIND_FRAME, exception_object, context); in unwind_phase1() 502 static_cast<void *>(exception_object), personalityResult, in unwind_phase1() 503 exception_object->pr_cache.fnstart, in unwind_phase1() [all …]
|
D | UnwindLevel1-gcc-ext.c | 33 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow() argument 36 (void *)exception_object, in _Unwind_Resume_or_Rethrow() 37 (long)exception_object->unwinder_cache.reserved1); in _Unwind_Resume_or_Rethrow() 40 (void *)exception_object, in _Unwind_Resume_or_Rethrow() 41 (intptr_t)exception_object->private_1); in _Unwind_Resume_or_Rethrow() 47 return _Unwind_RaiseException(exception_object); in _Unwind_Resume_or_Rethrow() 52 if (exception_object->private_1 == 0) { in _Unwind_Resume_or_Rethrow() 53 return _Unwind_RaiseException(exception_object); in _Unwind_Resume_or_Rethrow() 60 _Unwind_Resume(exception_object); in _Unwind_Resume_or_Rethrow()
|
/external/llvm-project/libunwind/include/ |
D | unwind.h | 166 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object); 167 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object); 170 _Unwind_RaiseException(_Unwind_Exception *exception_object); 171 extern void _Unwind_Resume(_Unwind_Exception *exception_object); 173 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object); 197 extern void _Unwind_Complete(_Unwind_Exception* exception_object); 269 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object, 273 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, 292 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object); 295 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call_credentials.c | 68 VALUE exception_object) { in grpc_rb_call_credentials_callback_rescue() argument 71 rb_funcall(rb_funcall(exception_object, rb_intern("backtrace"), 0), in grpc_rb_call_credentials_callback_rescue() 74 rb_funcall(exception_object, rb_intern("inspect"), 0); in grpc_rb_call_credentials_callback_rescue()
|