HomeSort by relevance Sort by last modified time
    Searched refs:exception_object (Results 1 - 25 of 26) sorted by null

1 2

  /external/libunwind/src/unwind/
DeleteException.c 29 _Unwind_DeleteException (struct _Unwind_Exception *exception_object)
31 _Unwind_Exception_Cleanup_Fn cleanup = exception_object->exception_cleanup;
34 (*cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exception_object);
Resume_or_Rethrow.c 29 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exception_object)
34 if (exception_object->private_1)
45 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map);
54 return _Unwind_RaiseException (exception_object);
ForcedUnwind.c 30 _Unwind_ForcedUnwind (struct _Unwind_Exception *exception_object,
39 exception_object->private_1 isn't NULL when calling
50 exception_object->private_1 = (unsigned long) stop;
51 exception_object->private_2 = (unsigned long) stop_parameter;
53 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map);
Resume.c 29 _Unwind_Resume (struct _Unwind_Exception *exception_object)
44 _Unwind_Phase2 (exception_object, &context, &destroy_map);
RaiseException.c 30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object)
32 uint64_t exception_class = exception_object->exception_class;
42 Debug (1, "(exception_object=%p)\n", exception_object);
73 exception_class, exception_object,
98 exception_object->private_1 = 0; /* clear "stop" pointer */
99 exception_object->private_2 = ip; /* save frame marker */
107 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map);
unwind-internal.h 58 _Unwind_Phase2 (struct _Unwind_Exception *exception_object,
64 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) exception_object->private_1;
65 uint64_t exception_class = exception_object->exception_class;
66 void *stop_parameter = (void *) exception_object->private_2;
101 exception_object, context, stop_parameter);
134 exception_object, context);
  /external/libunwind_llvm/src/
Unwind-sjlj.c 73 unwind_phase1(struct _Unwind_Exception *exception_object) {
84 exception_object);
94 exception_object, c->personality);
96 1, _UA_SEARCH_PHASE, exception_object->exception_class,
97 exception_object, (struct _Unwind_Context *)c);
103 exception_object->private_2 = (uintptr_t) c;
105 "_URC_HANDLER_FOUND", exception_object);
110 "_URC_CONTINUE_UNWIND", exception_object);
118 exception_object);
128 unwind_phase2(struct _Unwind_Exception *exception_object) {
    [all...]
UnwindLevel1.c 36 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
48 (void *)exception_object);
53 (void *)exception_object);
63 (void *)exception_object);
81 (void *)exception_object, pc, frameInfo.start_ip, functionName,
92 (void *)exception_object, (void *)(uintptr_t)p);
94 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
95 exception_object, (struct _Unwind_Context *)(cursor));
102 exception_object->private_2 = (uintptr_t)sp;
105 (void *)exception_object);
    [all...]
Unwind-EHABI.cpp 438 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
455 static_cast<void *>(exception_object));
473 static_cast<void *>(exception_object), (long long)pc,
485 static_cast<void *>(exception_object),
488 exception_object->pr_cache.fnstart = frameInfo.start_ip;
489 exception_object->pr_cache.ehtp =
491 exception_object->pr_cache.additional = frameInfo.flags;
493 (*p)(_US_VIRTUAL_UNWIND_FRAME, exception_object, context);
497 static_cast<void *>(exception_object), personalityResult,
498 exception_object->pr_cache.fnstart
    [all...]
UnwindLevel1-gcc-ext.c 30 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) {
33 (void *)exception_object,
34 (long)exception_object->unwinder_cache.reserved1);
37 (void *)exception_object,
38 (long)exception_object->private_1);
44 return _Unwind_RaiseException(exception_object);
49 if (exception_object->private_1 == 0) {
50 return _Unwind_RaiseException(exception_object);
57 _Unwind_Resume(exception_object);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 73 unwind_phase1(struct _Unwind_Exception *exception_object) {
84 exception_object);
94 exception_object, c->personality);
96 1, _UA_SEARCH_PHASE, exception_object->exception_class,
97 exception_object, (struct _Unwind_Context *)c);
103 exception_object->private_2 = (uintptr_t) c;
105 "_URC_HANDLER_FOUND\n", exception_object);
110 "_URC_CONTINUE_UNWIND\n", exception_object);
118 exception_object);
128 unwind_phase2(struct _Unwind_Exception *exception_object) {
    [all...]
UnwindLevel1.c 29 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) {
42 (void *)exception_object);
47 (void *)exception_object);
57 (void *)exception_object);
75 (void *)exception_object, pc, frameInfo.start_ip, functionName,
86 (void *)exception_object, (void *)(uintptr_t)p);
88 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
89 exception_object, (struct _Unwind_Context *)(&cursor1));
96 exception_object->private_2 = (uintptr_t)sp;
99 (void *)exception_object);
    [all...]
Unwind-EHABI.cpp 434 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) {
453 static_cast<void *>(exception_object));
458 static_cast<void *>(exception_object));
467 static_cast<void *>(exception_object));
485 static_cast<void *>(exception_object), (long long)pc,
497 static_cast<void *>(exception_object),
500 exception_object->pr_cache.fnstart = frameInfo.start_ip;
501 exception_object->pr_cache.ehtp =
503 exception_object->pr_cache.additional = frameInfo.flags;
505 (*p)(_US_VIRTUAL_UNWIND_FRAME, exception_object, context)
    [all...]
UnwindLevel1-gcc-ext.c 29 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) {
32 (void *)exception_object,
33 (long)exception_object->unwinder_cache.reserved1);
36 (void *)exception_object,
37 (long)exception_object->private_1);
43 return _Unwind_RaiseException(exception_object);
48 if (exception_object->private_1 == 0) {
49 return _Unwind_RaiseException(exception_object);
56 _Unwind_Resume(exception_object);
  /external/libunwind_llvm/include/
unwind.h 162 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);
163 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
166 _Unwind_RaiseException(_Unwind_Exception *exception_object);
167 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
169 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
193 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
265 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object,
269 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
288 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object);
291 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 158 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);
159 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
162 _Unwind_RaiseException(_Unwind_Exception *exception_object);
163 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
165 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
189 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
218 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object,
222 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
241 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object);
244 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc     [all...]
jdwp.h 224 void PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
  /art/runtime/
instrumentation.h 129 Handle<mirror::Throwable> exception_object)
424 void ExceptionCaughtEvent(Thread* thread, mirror::Throwable* exception_object) const
trace.h 182 Handle<mirror::Throwable> exception_object)
instrumentation.cc     [all...]
instrumentation_test.cc 127 Handle<mirror::Throwable> exception_object ATTRIBUTE_UNUSED)
    [all...]
trace.cc 809 Handle<mirror::Throwable> exception_object ATTRIBUTE_UNUSED)
    [all...]
  /external/v8/src/
messages.cc 87 Object* exception_object = isolate->heap()->undefined_value(); local
89 exception_object = isolate->pending_exception();
91 Handle<Object> exception(exception_object, isolate);
    [all...]
  /art/runtime/openjdkjvmti/
events.cc 543 art::Handle<art::mirror::Throwable> exception_object ATTRIBUTE_UNUSED)

Completed in 673 milliseconds

1 2