Home
last modified time | relevance | path

Searched defs:thrown_object (Results 1 – 5 of 5) sorted by relevance

/external/libcxxabi/src/
Dcxa_noexception.cpp30 __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()
Dcxa_exception.cpp42 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() argument
574 __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() local
657 __cxa_rethrow_primary_exception(void* thrown_object) in __cxa_rethrow_primary_exception()
Dcxa_default_handlers.cpp44 void* thrown_object = in demangling_terminate_handler() local
/external/v8/src/debug/
Ddebug-scopes.cc558 Handle<Object> thrown_object(context->get(Context::THROWN_OBJECT_INDEX), in MaterializeCatchScope() local
/external/v8/src/
Dfactory.cc995 Handle<Object> thrown_object) { in NewCatchContext()