Searched refs:ThrowNewWrappedException (Results 1 – 7 of 7) sorted by relevance
82 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError()86 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError()
76 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
411 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
1871 ThrowNewWrappedException(exception_class_descriptor, msg); in ThrowNewException()1882 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException() function in art::Thread
181 self->ThrowNewWrappedException("Ljava/lang/ExceptionInInitializerError;", nullptr); in WrapExceptionInInitializer()
314 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;", in InvokeProxyInvocationHandler()
107 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in CheckExceptionGenerateClassNotFound()