Searched refs:ThrowNewWrappedException (Results 1 – 10 of 10) sorted by relevance
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 103 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in VMClassLoader_findLoadedClass()
|
D | java_lang_Class.cc | 96 soa.Self()->ThrowNewWrappedException("Ljava/lang/NullPointerException;", /*msg=*/ nullptr); in Class_classForName()
|
/art/runtime/ |
D | transaction.cc | 114 self->ThrowNewWrappedException(kTransactionAbortErrorDescriptor, GetAbortMessage().c_str()); in ThrowAbortError() 117 self->ThrowNewWrappedException(kTransactionAbortErrorDescriptor, abort_message->c_str()); in ThrowAbortError()
|
D | common_throws.cc | 95 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
|
D | thread.h | 731 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
|
D | thread.cc | 3569 ThrowNewWrappedException(exception_class_descriptor, msg); in ThrowNewException() 3580 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException() function in art::Thread
|
D | class_linker.cc | 554 self->ThrowNewWrappedException("Ljava/lang/NoClassDefFoundError;", in ThrowEarlierClassFailure() 591 self->ThrowNewWrappedException("Ljava/lang/ExceptionInInitializerError;", nullptr); in WrapExceptionInInitializer()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 167 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;", in InvokeProxyInvocationHandler()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 499 self->ThrowNewWrappedException("Ljava/lang/TypeNotPresentException;", msg); in ProcessAnnotationValue()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 192 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in CheckExceptionGenerateClassNotFound()
|