Searched defs:thrown_object (Results 1 – 5 of 5) sorted by relevance
30 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount()36 __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount()45 __cxa_rethrow_primary_exception(void* thrown_object) { in __cxa_rethrow_primary_exception()
42 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object()154 _LIBCXXABI_FUNC_VIS void __cxa_free_exception(void *thrown_object) throw() { in __cxa_free_exception()206 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw() argument574 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount()591 __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount()629 void* thrown_object = thrown_object_from_cxa_exception(exception_header); in __cxa_current_primary_exception() local657 __cxa_rethrow_primary_exception(void* thrown_object) in __cxa_rethrow_primary_exception()
44 void* thrown_object = in demangling_terminate_handler() local
558 Handle<Object> thrown_object(context->get(Context::THROWN_OBJECT_INDEX), in MaterializeCatchScope() local
995 Handle<Object> thrown_object) { in NewCatchContext()