Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp45 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object()
170 void __cxa_free_exception (void * thrown_object) throw() { in __cxa_free_exception()
223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*)) in __cxa_throw() argument
597 __cxa_increment_exception_refcount(void* thrown_object) throw() in __cxa_increment_exception_refcount()
615 __cxa_decrement_exception_refcount(void* thrown_object) throw() in __cxa_decrement_exception_refcount()
656 void* thrown_object = thrown_object_from_cxa_exception(exception_header); in __cxa_current_primary_exception() local
684 __cxa_rethrow_primary_exception(void* thrown_object) in __cxa_rethrow_primary_exception()
Dcxa_default_handlers.cpp43 void* thrown_object = in default_terminate_handler() local
/external/v8/src/debug/
Ddebug-scopes.cc536 Handle<Object> thrown_object(context->get(Context::THROWN_OBJECT_INDEX), in MaterializeCatchScope() local
/external/v8/src/
Dfactory.cc814 Handle<Object> thrown_object) { in NewCatchContext()