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

  /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/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 28 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) {
41 exception_object);
46 exception_object);
56 exception_object);
72 exception_object, pc, frameInfo.start_ip, functionName,
83 exception_object, p);
85 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
86 exception_object, (struct _Unwind_Context *)(&cursor1));
93 exception_object->private_2 = (uintptr_t)sp;
96 exception_object);
    [all...]
Unwind-EHABI.cpp 437 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) {
456 exception_object);
461 exception_object);
470 exception_object);
486 exception_object, (long long)pc, (long long)frameInfo.start_ip,
498 exception_object, p);
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 27 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) {
30 exception_object,
32 (long)exception_object->unwinder_cache.reserved1);
34 (long)exception_object->private_1);
40 return _Unwind_RaiseException(exception_object);
45 if (exception_object->private_1 == 0) {
46 return _Unwind_RaiseException(exception_object);
53 _Unwind_Resume(exception_object);
  /ndk/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 28 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) {
42 exception_object);
47 exception_object);
57 exception_object);
73 exception_object, (long long)pc, (long long)frameInfo.start_ip, functionName,
84 exception_object, p);
86 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
87 exception_object, (struct _Unwind_Context *)(&cursor1));
94 exception_object->private_2 = (uintptr_t)sp;
97 exception_object);
    [all...]
UnwindLevel1-gcc-ext.c 27 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) {
30 exception_object,
32 (long)exception_object->unwinder_cache.reserved1);
34 (long)exception_object->private_1);
40 return _Unwind_RaiseException(exception_object);
45 if (exception_object->private_1 == 0) {
46 return _Unwind_RaiseException(exception_object);
53 _Unwind_Resume(exception_object);
Unwind-EHABI.cpp 403 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) {
422 exception_object);
427 exception_object);
437 exception_object);
453 exception_object, (long long)pc, (long long)frameInfo.start_ip,
465 exception_object, p);
467 exception_object->pr_cache.fnstart = frameInfo.start_ip;
468 exception_object->pr_cache.ehtp =
470 exception_object->pr_cache.additional = frameInfo.flags;
472 (*p)(_US_VIRTUAL_UNWIND_FRAME, exception_object, context)
    [all...]
  /external/libcxxabi/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);
246 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object,
250 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
269 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object);
272 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 159 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);
160 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
163 _Unwind_RaiseException(_Unwind_Exception *exception_object);
164 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
166 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
190 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
253 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object,
257 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
276 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object);
279 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);
    [all...]
  /external/chromium_org/v8/src/
messages.cc 85 Object* exception_object = isolate->heap()->undefined_value(); local
87 exception_object = isolate->pending_exception();
89 Handle<Object> exception_handle(exception_object, isolate);
  /art/runtime/
trace.h 100 mirror::Throwable* exception_object)
instrumentation.h 95 mirror::Throwable* exception_object)
315 mirror::Throwable* exception_object) const
instrumentation.cc     [all...]
trace.cc 620 mirror::Throwable* exception_object)
debugger.cc 285 mirror::Throwable* exception_object)
287 Dbg::PostException(throw_location, catch_method, catch_dex_pc, exception_object);
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc     [all...]
jdwp.h 227 bool PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,

Completed in 1157 milliseconds