OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unwind_exception
(Results
1 - 8
of
8
) sorted by null
/external/libcxxabi/src/
cxa_handlers.cpp
90
_Unwind_Exception*
unwind_exception
=
variable
93
(
unwind_exception
->exception_class & get_vendor_and_language) ==
cxa_default_handlers.cpp
37
_Unwind_Exception*
unwind_exception
=
local
40
(
unwind_exception
->exception_class & get_vendor_and_language) ==
45
unwind_exception
->exception_class == kOurDependentExceptionClass ?
cxa_exception.cpp
64
cxa_exception_from_exception_unwind_exception(_Unwind_Exception*
unwind_exception
)
66
return cxa_exception_from_thrown_object(
unwind_exception
+ 1 );
81
static void setExceptionClass(_Unwind_Exception*
unwind_exception
) {
82
unwind_exception
->exception_class = kOurExceptionClass;
85
static void setDependentExceptionClass(_Unwind_Exception*
unwind_exception
) {
86
unwind_exception
->exception_class = kOurDependentExceptionClass;
90
static bool isOurExceptionClass(const _Unwind_Exception*
unwind_exception
) {
91
return (
unwind_exception
->exception_class & get_vendor_and_language) ==
95
static bool isDependentException(_Unwind_Exception*
unwind_exception
) {
96
return (
unwind_exception
->exception_class & 0xFF) == 0x01
297
_Unwind_Exception*
unwind_exception
= static_cast<_Unwind_Exception*>(unwind_arg);
local
409
_Unwind_Exception*
unwind_exception
= static_cast<_Unwind_Exception*>(unwind_arg);
local
[
all
...]
cxa_personality.cpp
307
call_terminate(bool native_exception, _Unwind_Exception*
unwind_exception
)
309
__cxa_begin_catch(
unwind_exception
);
313
__cxa_exception* exception_header = (__cxa_exception*)(
unwind_exception
+1) - 1;
342
_Unwind_Exception*
unwind_exception
)
347
call_terminate(native_exception,
unwind_exception
);
365
_Unwind_Exception*
unwind_exception
)
370
call_terminate(native_exception,
unwind_exception
);
391
call_terminate(native_exception,
unwind_exception
);
412
void* adjustedPtr, _Unwind_Exception*
unwind_exception
)
417
call_terminate(false,
unwind_exception
);
1177
_Unwind_Exception*
unwind_exception
= static_cast<_Unwind_Exception*>(arg);
local
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_handlers.cpp
90
_Unwind_Exception*
unwind_exception
=
variable
93
(
unwind_exception
->exception_class & get_vendor_and_language) ==
cxa_default_handlers.cpp
36
_Unwind_Exception*
unwind_exception
=
local
39
(
unwind_exception
->exception_class & get_vendor_and_language) ==
44
unwind_exception
->exception_class == kOurDependentExceptionClass ?
cxa_exception.cpp
60
cxa_exception_from_exception_unwind_exception(_Unwind_Exception*
unwind_exception
)
62
return cxa_exception_from_thrown_object(
unwind_exception
+ 1 );
77
static void setExceptionClass(_Unwind_Exception*
unwind_exception
) {
78
unwind_exception
->exception_class = kOurExceptionClass;
81
static void setDependentExceptionClass(_Unwind_Exception*
unwind_exception
) {
82
unwind_exception
->exception_class = kOurDependentExceptionClass;
86
static bool isOurExceptionClass(const _Unwind_Exception*
unwind_exception
) {
87
return (
unwind_exception
->exception_class & get_vendor_and_language) ==
91
static bool isDependentException(_Unwind_Exception*
unwind_exception
) {
92
return (
unwind_exception
->exception_class & 0xFF) == 0x01
255
_Unwind_Exception*
unwind_exception
= static_cast<_Unwind_Exception*>(unwind_arg);
local
367
_Unwind_Exception*
unwind_exception
= static_cast<_Unwind_Exception*>(unwind_arg);
local
[
all
...]
cxa_personality.cpp
307
call_terminate(bool native_exception, _Unwind_Exception*
unwind_exception
)
309
__cxa_begin_catch(
unwind_exception
);
313
__cxa_exception* exception_header = (__cxa_exception*)(
unwind_exception
+1) - 1;
342
_Unwind_Exception*
unwind_exception
)
347
call_terminate(native_exception,
unwind_exception
);
365
_Unwind_Exception*
unwind_exception
)
370
call_terminate(native_exception,
unwind_exception
);
391
call_terminate(native_exception,
unwind_exception
);
412
void* adjustedPtr, _Unwind_Exception*
unwind_exception
)
417
call_terminate(false,
unwind_exception
);
1177
_Unwind_Exception*
unwind_exception
= static_cast<_Unwind_Exception*>(arg);
local
[
all
...]
Completed in 298 milliseconds