OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unwindHeader
(Results
1 - 9
of
9
) sorted by null
/external/libcxxabi/src/
cxa_exception.cpp
148
(void) __cxa_begin_catch(&exception_header->
unwindHeader
);
232
setExceptionClass(&exception_header->
unwindHeader
);
236
exception_header->
unwindHeader
.exception_cleanup = exception_cleanup_func;
238
_Unwind_SjLj_RaiseException(&exception_header->
unwindHeader
);
240
_Unwind_RaiseException(&exception_header->
unwindHeader
);
324
if (isOurExceptionClass(&exception_header->
unwindHeader
))
337
return &exception_header->
unwindHeader
;
413
return reinterpret_cast<void*>(exception_header->
unwindHeader
.barrier_cache.bitpattern[0]);
466
bool native_exception = isOurExceptionClass(&exception_header->
unwindHeader
);
492
if (isDependentException(&exception_header->
unwindHeader
))
[
all
...]
cxa_exception.hpp
62
// previously adding padded to 64-bit align
unwindHeader
.
66
_Unwind_Exception
unwindHeader
;
101
_Unwind_Exception
unwindHeader
;
cxa_personality.cpp
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp
148
(void) __cxa_begin_catch(&exception_header->
unwindHeader
);
232
setExceptionClass(&exception_header->
unwindHeader
);
236
exception_header->
unwindHeader
.exception_cleanup = exception_cleanup_func;
238
_Unwind_SjLj_RaiseException(&exception_header->
unwindHeader
);
240
_Unwind_RaiseException(&exception_header->
unwindHeader
);
324
if (isOurExceptionClass(&exception_header->
unwindHeader
))
337
return &exception_header->
unwindHeader
;
413
return reinterpret_cast<void*>(exception_header->
unwindHeader
.barrier_cache.bitpattern[0]);
466
bool native_exception = isOurExceptionClass(&exception_header->
unwindHeader
);
492
if (isDependentException(&exception_header->
unwindHeader
))
[
all
...]
cxa_exception.hpp
62
// previously adding padded to 64-bit align
unwindHeader
.
66
_Unwind_Exception
unwindHeader
;
101
_Unwind_Exception
unwindHeader
;
cxa_personality.cpp
[
all
...]
/ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc
137
bool native = header->
unwindHeader
.exception_class == __gxx_exception_class;
160
if (header->
unwindHeader
.exception_class == __gxx_exception_class) {
170
return &header->
unwindHeader
;
223
if (__cxa_type_match(&new_header->
unwindHeader
,
298
new_exception_header->
unwindHeader
.exception_class == __gxx_exception_class;
314
__cxa_begin_catch(&new_exception_header->
unwindHeader
);
cxxabi.cc
268
_Unwind_RaiseException(&header->
unwindHeader
);
271
call_terminate(&header->
unwindHeader
);
332
header->
unwindHeader
.exception_class = __gxx_exception_class;
333
header->
unwindHeader
.exception_cleanup = defaultExceptionCleanupFunc;
341
_Unwind_Exception* exception = &header->
unwindHeader
;
383
_Unwind_Exception* exception = &header->
unwindHeader
;
cxxabi_defines.h
303
_Unwind_Exception
unwindHeader
; // must be last
Completed in 1643 milliseconds