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

  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/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);
  /external/libcxxabi/src/
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_default_handlers.cpp 33 __cxa_exception* exception_header = globals->caughtExceptions; local
35 if (exception_header)
38 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1;
46 ((__cxa_dependent_exception*)exception_header)->primaryException :
47 exception_header + 1;
49 static_cast<const __shim_type_info*>(exception_header->exceptionType);
cxa_exception.cpp 47 // Note: This is never called when exception_header is masquerading as a
52 thrown_object_from_cxa_exception(__cxa_exception* exception_header)
54 return static_cast<void*>(exception_header + 1);
115 __cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception); local
117 std::__terminate(exception_header->terminateHandler);
123 static LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) {
131 (void) __cxa_begin_catch(&exception_header->unwindHeader);
132 std::__terminate(exception_header->terminateHandler);
144 __cxa_exception *exception_header = local
146 if (NULL == exception_header)
208 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
258 __cxa_exception* exception_header = local
296 __cxa_exception* exception_header = globals->propagatingExceptions; local
374 __cxa_exception* exception_header = local
440 __cxa_exception* exception_header = globals->caughtExceptions; local
530 __cxa_exception* exception_header = globals->caughtExceptions; local
577 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
594 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
663 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
    [all...]
cxa_personality.cpp 314 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
315 std::__terminate(exception_header->terminateHandler);
741 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
744 static_cast<const __shim_type_info*>(exception_header->exceptionType);
783 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
963 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
988 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
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_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_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
278 __cxa_exception* exception_header = local
316 __cxa_exception* exception_header = globals->propagatingExceptions; local
394 __cxa_exception* exception_header = local
460 __cxa_exception* exception_header = globals->caughtExceptions; local
553 __cxa_exception* exception_header = globals->caughtExceptions; local
601 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
619 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
690 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
    [all...]
cxa_personality.cpp 310 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
311 std::__terminate(exception_header->terminateHandler);
728 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
731 static_cast<const __shim_type_info*>(exception_header->exceptionType);
770 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
773 static_cast<const __shim_type_info*>(exception_header->exceptionType)
950 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
975 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
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_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_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)
224 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
274 __cxa_exception* exception_header = local
312 __cxa_exception* exception_header = globals->propagatingExceptions; local
390 __cxa_exception* exception_header = local
456 __cxa_exception* exception_header = globals->caughtExceptions; local
546 __cxa_exception* exception_header = globals->caughtExceptions; local
593 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
610 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
679 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); local
    [all...]
cxa_personality.cpp 314 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
315 std::__terminate(exception_header->terminateHandler);
735 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
738 static_cast<const __shim_type_info*>(exception_header->exceptionType);
777 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
957 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
982 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; local
    [all...]

Completed in 526 milliseconds