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

  /external/libcxxabi/src/
cxa_exception.cpp 50 // Note: This is never called when exception_header is masquerading as a
55 thrown_object_from_cxa_exception(__cxa_exception* exception_header)
57 return static_cast<void*>(exception_header + 1);
132 __cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception); local
134 std::__terminate(exception_header->terminateHandler);
140 static LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) {
148 (void) __cxa_begin_catch(&exception_header->unwindHeader);
149 std::__terminate(exception_header->terminateHandler);
161 __cxa_exception* exception_header = static_cast<__cxa_exception*>(do_malloc(actual_size)); local
162 if (NULL == exception_header)
226 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
280 __cxa_exception* exception_header = local
318 __cxa_exception* exception_header = globals->propagatingExceptions; local
396 __cxa_exception* exception_header = local
462 __cxa_exception* exception_header = globals->caughtExceptions; local
555 __cxa_exception* exception_header = globals->caughtExceptions; local
603 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
621 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
692 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
    [all...]
cxa_default_handlers.cpp 32 __cxa_exception* exception_header = globals->caughtExceptions; local
34 if (exception_header)
37 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1;
45 ((__cxa_dependent_exception*)exception_header)->primaryException :
46 exception_header + 1;
48 static_cast<const __shim_type_info*>(exception_header->exceptionType);
cxa_handlers.cpp 90 __cxa_exception* exception_header = globals->caughtExceptions; variable
91 if (exception_header)
94 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1;
99 __terminate(exception_header->terminateHandler);
cxa_personality.cpp 310 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
311 std::__terminate(exception_header->terminateHandler);
718 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
721 static_cast<const __shim_type_info*>(exception_header->exceptionType);
760 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
763 static_cast<const __shim_type_info*>(exception_header->exceptionType);
940 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
965 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 50 // Note: This is never called when exception_header is masquerading as a
55 thrown_object_from_cxa_exception(__cxa_exception* exception_header)
57 return static_cast<void*>(exception_header + 1);
132 __cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception); local
134 std::__terminate(exception_header->terminateHandler);
140 static LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) {
148 (void) __cxa_begin_catch(&exception_header->unwindHeader);
149 std::__terminate(exception_header->terminateHandler);
161 __cxa_exception* exception_header = static_cast<__cxa_exception*>(do_malloc(actual_size)); local
162 if (NULL == exception_header)
226 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
280 __cxa_exception* exception_header = local
318 __cxa_exception* exception_header = globals->propagatingExceptions; local
396 __cxa_exception* exception_header = local
457 __cxa_exception* exception_header = globals->caughtExceptions; local
550 __cxa_exception* exception_header = globals->caughtExceptions; local
598 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
616 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
687 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
    [all...]
cxa_default_handlers.cpp 32 __cxa_exception* exception_header = globals->caughtExceptions; local
34 if (exception_header)
37 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1;
45 ((__cxa_dependent_exception*)exception_header)->primaryException :
46 exception_header + 1;
48 static_cast<const __shim_type_info*>(exception_header->exceptionType);
cxa_handlers.cpp 90 __cxa_exception* exception_header = globals->caughtExceptions; variable
91 if (exception_header)
94 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1;
99 __terminate(exception_header->terminateHandler);
cxa_personality.cpp 305 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
306 std::__terminate(exception_header->terminateHandler);
721 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
724 static_cast<const __shim_type_info*>(exception_header->exceptionType);
763 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
766 static_cast<const __shim_type_info*>(exception_header->exceptionType);
944 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
969 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
personality.cc 72 __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; variable
73 exception_header->handlerSwitchValue = static_cast<int>(results.ttypeIndex);
74 exception_header->actionRecord = results.actionRecord;
75 exception_header->languageSpecificData = results.languageSpecificData;
76 exception_header->catchTemp = reinterpret_cast<void*>(results.landingPad);
77 exception_header->adjustedPtr = results.adjustedPtr;
92 __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; variable
93 results.ttypeIndex = exception_header->handlerSwitchValue;
94 results.actionRecord = exception_header->actionRecord;
95 results.languageSpecificData = exception_header->languageSpecificData
    [all...]
helper_func_internal.cc 173 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
176 static_cast<const __shim_type_info*>(exception_header->exceptionType);

Completed in 478 milliseconds