OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cxa_exception_from_thrown_object
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/src/
cxa_exception.cpp
43
cxa_exception_from_thrown_object
(void* thrown_object)
function in namespace:__cxxabiv1
66
return
cxa_exception_from_thrown_object
(unwind_exception + 1 );
191
((char *)
cxa_exception_from_thrown_object
(thrown_object)) - header_offset;
245
__cxa_exception* exception_header =
cxa_exception_from_thrown_object
(thrown_object);
519
cxa_exception_from_thrown_object
(dep_exception_header->primaryException);
618
__cxa_exception* exception_header =
cxa_exception_from_thrown_object
(thrown_object);
635
__cxa_exception* exception_header =
cxa_exception_from_thrown_object
(thrown_object);
668
exception_header =
cxa_exception_from_thrown_object
(dep_exception_header->primaryException);
704
__cxa_exception* exception_header =
cxa_exception_from_thrown_object
(thrown_object);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp
39
cxa_exception_from_thrown_object
(void* thrown_object)
function in namespace:__cxxabiv1
62
return
cxa_exception_from_thrown_object
(unwind_exception + 1 );
156
__aligned_free_with_fallback(
cxa_exception_from_thrown_object
(thrown_object));
209
__cxa_exception* exception_header =
cxa_exception_from_thrown_object
(thrown_object);
477
cxa_exception_from_thrown_object
(dep_exception_header->primaryException);
576
__cxa_exception* exception_header =
cxa_exception_from_thrown_object
(thrown_object);
593
__cxa_exception* exception_header =
cxa_exception_from_thrown_object
(thrown_object);
626
exception_header =
cxa_exception_from_thrown_object
(dep_exception_header->primaryException);
662
__cxa_exception* exception_header =
cxa_exception_from_thrown_object
(thrown_object);
Completed in 236 milliseconds