Searched refs:ThrowNewWrappedException (Results 1 – 9 of 9) sorted by relevance
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 102 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in VMClassLoader_findLoadedClass()
|
/art/runtime/ |
D | transaction.cc | 98 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError() 102 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError()
|
D | common_throws.cc | 94 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
|
D | thread.h | 532 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
|
D | thread.cc | 3179 ThrowNewWrappedException(exception_class_descriptor, msg); in ThrowNewException() 3190 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException() function in art::Thread
|
D | class_linker.cc | 562 self->ThrowNewWrappedException("Ljava/lang/NoClassDefFoundError;", in ThrowEarlierClassFailure() 604 self->ThrowNewWrappedException("Ljava/lang/ExceptionInInitializerError;", nullptr); in WrapExceptionInInitializer()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 156 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;", in InvokeProxyInvocationHandler()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 501 self->ThrowNewWrappedException("Ljava/lang/TypeNotPresentException;", msg); in ProcessAnnotationValue()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 169 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in CheckExceptionGenerateClassNotFound()
|