/external/libunwind_llvm/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 | 37 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() argument 49 (void *)exception_object); in unwind_phase1() 54 (void *)exception_object); in unwind_phase1() 64 (void *)exception_object); in unwind_phase1() 82 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1() 93 (void *)exception_object, (void *)(uintptr_t)p); in unwind_phase1() 95 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 96 exception_object, (struct _Unwind_Context *)(cursor)); in unwind_phase1() 103 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1() 106 (void *)exception_object); in unwind_phase1() [all …]
|
D | Unwind-seh.cpp | 240 _Unwind_Exception *exception_object, in unwind_phase2_forced() argument 253 (void *)exception_object); in unwind_phase2_forced() 269 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced() 277 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 281 (void *)exception_object, stopResult); in unwind_phase2_forced() 285 (void *)exception_object); in unwind_phase2_forced() 295 (void *)exception_object, (void *)(uintptr_t)p); in unwind_phase2_forced() 297 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 304 (void *)exception_object); in unwind_phase2_forced() 311 (void *)exception_object); in unwind_phase2_forced() [all …]
|
D | Unwind-EHABI.cpp | 436 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() argument 453 static_cast<void *>(exception_object)); in unwind_phase1() 471 static_cast<void *>(exception_object), pc, in unwind_phase1() 483 static_cast<void *>(exception_object), in unwind_phase1() 486 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1() 487 exception_object->pr_cache.ehtp = in unwind_phase1() 489 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1() 491 (*p)(_US_VIRTUAL_UNWIND_FRAME, exception_object, context); in unwind_phase1() 495 static_cast<void *>(exception_object), personalityResult, in unwind_phase1() 496 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/libunwind/src/unwind/ |
D | RaiseException.c | 30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object) in _Unwind_RaiseException() argument 32 uint64_t exception_class = exception_object->exception_class; in _Unwind_RaiseException() 42 Debug (1, "(exception_object=%p)\n", exception_object); in _Unwind_RaiseException() 73 exception_class, exception_object, in _Unwind_RaiseException() 98 exception_object->private_1 = 0; /* clear "stop" pointer */ in _Unwind_RaiseException() 99 exception_object->private_2 = ip; /* save frame marker */ in _Unwind_RaiseException() 107 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_RaiseException()
|
D | unwind-internal.h | 58 _Unwind_Phase2 (struct _Unwind_Exception *exception_object, in _Unwind_Phase2() argument 64 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) exception_object->private_1; in _Unwind_Phase2() 65 uint64_t exception_class = exception_object->exception_class; in _Unwind_Phase2() 66 void *stop_parameter = (void *) exception_object->private_2; in _Unwind_Phase2() 101 exception_object, context, stop_parameter); in _Unwind_Phase2() 134 exception_object, context); in _Unwind_Phase2()
|
D | Resume_or_Rethrow.c | 29 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exception_object) in _Unwind_Resume_or_Rethrow() argument 34 if (exception_object->private_1) in _Unwind_Resume_or_Rethrow() 45 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_Resume_or_Rethrow() 54 return _Unwind_RaiseException (exception_object); in _Unwind_Resume_or_Rethrow()
|
D | ForcedUnwind.c | 30 _Unwind_ForcedUnwind (struct _Unwind_Exception *exception_object, in _Unwind_ForcedUnwind() argument 50 exception_object->private_1 = (unsigned long) stop; in _Unwind_ForcedUnwind() 51 exception_object->private_2 = (unsigned long) stop_parameter; in _Unwind_ForcedUnwind() 53 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_ForcedUnwind()
|
D | DeleteException.c | 29 _Unwind_DeleteException (struct _Unwind_Exception *exception_object) in _Unwind_DeleteException() argument 31 _Unwind_Exception_Cleanup_Fn cleanup = exception_object->exception_cleanup; in _Unwind_DeleteException() 34 (*cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exception_object); in _Unwind_DeleteException()
|
D | Resume.c | 29 _Unwind_Resume (struct _Unwind_Exception *exception_object) in _Unwind_Resume() argument 44 _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_Resume()
|
/external/libunwind_llvm/include/ |
D | unwind.h | 170 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object); 171 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object); 174 _Unwind_RaiseException(_Unwind_Exception *exception_object); 175 extern void _Unwind_Resume(_Unwind_Exception *exception_object); 177 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object); 201 extern void _Unwind_Complete(_Unwind_Exception* exception_object); 273 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object, 277 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, 296 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object); 299 _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()
|
/external/v8/src/ |
D | messages.cc | 87 Object* exception_object = ReadOnlyRoots(isolate).undefined_value(); in ReportMessage() local 89 exception_object = isolate->pending_exception(); in ReportMessage() 91 Handle<Object> exception(exception_object, isolate); in ReportMessage()
|