Home
last modified time | relevance | path

Searched refs:ThrowNewWrappedException (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/runtime/native/
H A Djava_lang_VMClassLoader.cc102 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in VMClassLoader_findLoadedClass()
/aosp12/art/runtime/
H A Dtransaction.cc99 self->ThrowNewWrappedException(Transaction::kAbortExceptionDescriptor, in ThrowAbortError()
103 self->ThrowNewWrappedException(Transaction::kAbortExceptionDescriptor, in ThrowAbortError()
H A Dcommon_throws.cc94 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
H A Dthread.h538 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
H A Dthread.cc3249 ThrowNewWrappedException(exception_class_descriptor, msg); in ThrowNewException()
3260 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException() function in art::Thread
H A Dclass_linker.cc566 self->ThrowNewWrappedException("Ljava/lang/NoClassDefFoundError;", in ThrowEarlierClassFailure()
608 self->ThrowNewWrappedException("Ljava/lang/ExceptionInInitializerError;", nullptr); in WrapExceptionInInitializer()
/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils.cc156 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;", in InvokeProxyInvocationHandler()
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc501 self->ThrowNewWrappedException("Ljava/lang/TypeNotPresentException;", msg); in ProcessAnnotationValue()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc177 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in CheckExceptionGenerateClassNotFound()