Searched refs:ThrowNewWrappedException (Results 1 – 9 of 9) sorted by relevance
/aosp12/art/runtime/native/ |
H A D | java_lang_VMClassLoader.cc | 102 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in VMClassLoader_findLoadedClass()
|
/aosp12/art/runtime/ |
H A D | transaction.cc | 99 self->ThrowNewWrappedException(Transaction::kAbortExceptionDescriptor, in ThrowAbortError() 103 self->ThrowNewWrappedException(Transaction::kAbortExceptionDescriptor, in ThrowAbortError()
|
H A D | common_throws.cc | 94 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
|
H A D | thread.h | 538 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
|
H A D | thread.cc | 3249 ThrowNewWrappedException(exception_class_descriptor, msg); in ThrowNewException() 3260 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException() function in art::Thread
|
H A D | class_linker.cc | 566 self->ThrowNewWrappedException("Ljava/lang/NoClassDefFoundError;", in ThrowEarlierClassFailure() 608 self->ThrowNewWrappedException("Ljava/lang/ExceptionInInitializerError;", nullptr); in WrapExceptionInInitializer()
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils.cc | 156 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;", in InvokeProxyInvocationHandler()
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 501 self->ThrowNewWrappedException("Ljava/lang/TypeNotPresentException;", msg); in ProcessAnnotationValue()
|
/aosp12/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 177 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in CheckExceptionGenerateClassNotFound()
|